删掉多余的函数参数,统一了ContrlCount
Signed-off-by: facat <dmy@dmy-PC.(none)>
This commit is contained in:
@@ -19,16 +19,10 @@ PG(PGi)=(tPU+tPL)/2;
|
||||
QG(PVi)=(tQU+tQL)/2;
|
||||
wG=ones(size(PGi,1),1);
|
||||
randInt=randperm(size(Loadi,1));
|
||||
%asc_randInt=sort(randInt,2,'ascend' );
|
||||
%randPDind=randInt(1:200);
|
||||
|
||||
randPDind=randInt(1:0);
|
||||
randPDind=randInt(1:262);
|
||||
|
||||
wD=ones(size(Loadi,1),1);
|
||||
wD(randPDind)=0;%一些负荷不约束
|
||||
%wD(Balance)=0;
|
||||
%PD0(randPDind)=0;
|
||||
PD=1*PD0;
|
||||
%PD(PD==0)=.2;
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user