用matlab来画那几个图。

Signed-off-by: facat <dugg@21cn.com>
This commit is contained in:
facat
2013-04-04 22:05:27 +08:00
parent 0f95f9c04b
commit 6fdf435f66
16 changed files with 101 additions and 21 deletions

View File

@@ -20,10 +20,10 @@ wQG=0;
%randInt=randperm(size(Loadi,1));
%randPDind=randInt(1:10);
randPDind=0;
wPD=1/.05^2*ones(size(Loadi,1),1);
% wPD(1:2:end)=0;
wQD=1/.05^2*ones(size(Loadi,1),1);
% wQD(1:2:end)=0;
wPD=1/.05^2*zeros(size(Loadi,1),1);
wPD(1:2:end)=0;
wQD=1/.05^2*zeros(size(Loadi,1),1);
wQD(1:2:end)=0;
%wD(randPDind)=0;%
%wD(7)=0;
% wD(11)=0;