删掉多余的函数参数,统一了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

View File

@@ -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