20
plotVolt.m
20
plotVolt.m
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user