用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

@@ -11,19 +11,29 @@ load('caseM.mat');
CVM=Volt;
subplot(3,2,1)
hist(CVR)
title('')
xlabel('/p.u');
ylabel('/');
title('')
subplot(3,2,2)
hist(CVM)
title('')
xlabel('/p.u');
ylabel('/');
title('')
subplot(3,2,3)
hist(CV1)
title('Case 1')
xlabel('/p.u');
ylabel('/');
title('1')
subplot(3,2,4)
hist(CV2)
title('Case 2')
xlabel('/p.u');
ylabel('/');
title('2')
subplot(3,2,5)
hist(CV3)
title('Case 3')
xlabel('/p.u');
ylabel('/');
title('3')
% figure()