8 lines
189 B
Plaintext
8 lines
189 B
Plaintext
|
|
function FormLw(Mat_G,Init_L,GenU,LinePLimt)
|
|||
|
|
PL=GenU(:,1);%<25><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>й<EFBFBD><D0B9>½<EFBFBD>
|
|||
|
|
QL=GenU(:,2);%<25><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><DEB9>½<EFBFBD>
|
|||
|
|
VoltL=0.8*ones(1,5);
|
|||
|
|
t1=([PL',QL',VoltL,LinePLimt'])';
|
|||
|
|
t2=Mat_G-Init_L'-t1;
|
|||
|
|
Lz=t2;
|
|||
|
|
end
|