1.删掉很多没用的文件

2.基本框架形成,目标函数还没改变。

Signed-off-by: dmy <dugg@21cn.com>
This commit is contained in:
dmy
2014-05-13 16:48:46 +08:00
parent 6fdf435f66
commit 1ee3b9312c
49 changed files with 182 additions and 877 deletions

View File

@@ -5,6 +5,8 @@ load('case2V.mat');
CV2=Volt;
load('case3V.mat');
CV3=Volt;
load('case4V.mat');
CV4=Volt;%线
load('caseR.mat');
CVR=Volt;
load('caseM.mat');
@@ -23,18 +25,22 @@ subplot(3,2,3)
hist(CV1)
xlabel('/p.u');
ylabel('/');
title('1')
title('100%')
subplot(3,2,4)
hist(CV2)
xlabel('/p.u');
ylabel('/');
title('2')
title('50%')
subplot(3,2,5)
hist(CV3)
xlabel('/p.u');
ylabel('/');
title('3')
title('')
subplot(3,2,6)
hist(CV4)
xlabel('/p.u');
ylabel('/');
title('线')
% figure()
% hold on