删掉多余的函数参数,统一了ContrlCount

Signed-off-by: facat <dmy@dmy-PC.(none)>
This commit is contained in:
facat
2012-05-25 17:16:59 +08:00
parent 460c49829b
commit e515e5fd4a
13 changed files with 51 additions and 84 deletions

14
FormG.m
View File

@@ -1,21 +1,9 @@
function Mat_G=FormG(Volt,PVi,PGi,PG,QG,PD,Loadi)
%t1=PG(PVi);
%GP=t1;%P
%GP=[4.5 4.5]';
%%线
%Q
% t1=Volt'*Volt;
% t2=real(GB).*sin(AngleIJMat)-imag(GB).*cos(AngleIJMat);
% t3=t1.*t2;
% t4=sum(t3,2);%Q
%GQ=t4;
Mat_G=[
%GP;
PG(PGi);
QG(PVi);
sparse(PD(Loadi));
%GQ(PVi);
%[0 1.45]';
Volt';
];
end