验证了一下,好像是对的。
Signed-off-by: dugg@lab-desk <dugg@lab-desk>
This commit is contained in:
parent
17412d8ec5
commit
607d118eca
2
FormLw.m
2
FormLw.m
|
|
@ -1,5 +1,5 @@
|
||||||
function Lw=FormLw(Loadi,Mat_G,Init_U)
|
function Lw=FormLw(Loadi,Mat_G,Init_U)
|
||||||
|
|
||||||
upper=2*sparse(ones(length(Loadi)*1,1));
|
upper=0.015*sparse(ones(length(Loadi)*1,1));
|
||||||
Lw=Mat_G+Init_U-upper;
|
Lw=Mat_G+Init_U-upper;
|
||||||
end
|
end
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
0
|
0
|
||||||
632 30 0 0
|
632 30 0 0
|
||||||
0
|
0
|
||||||
631 90 100 110 80 90 90
|
631 40 10 11 50 30 30
|
||||||
632 120 120 120 110 90 90
|
632 120 120 120 110 90 90
|
||||||
0
|
0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue