加入了各种统计值。
This commit is contained in:
@@ -17,8 +17,8 @@ tPL=sparse(GenL(:,2));%
|
||||
tQL=sparse(PVQL(:,1));% 无功下限
|
||||
PG(PGi)=(tPU+tPL)/2;
|
||||
QG(PVi)=(tQU+tQL)/2;
|
||||
wPG=100*ones(size(PGi,1),1);
|
||||
wQG=100*ones(size(PVi,1),1);
|
||||
wPG=0*ones(size(PGi,1),1);
|
||||
wQG=0*ones(size(PVi,1),1);
|
||||
%randInt=randperm(size(Loadi,1));
|
||||
%randPDind=randInt(1:10);
|
||||
randPDind=0;
|
||||
|
||||
Reference in New Issue
Block a user