function sx=fig(Zij)
% AA=6;
A1=[1,3];A2=[2,3];A3=[3,3];A4=[4,3];A5=[5,3];A6=[6,3];
A7=[7,3];A8=[8,3];A9=[9,3];A10=[10,3];A11=[11,3];A12=[12,3];
A13=[13,3];A14=[14,3];A15=[15,3];A16=[16,3];A17=[17,3];A18=[18,3];
A19=[2,1];A20=[3,1];A21=[4,1];A22=[5,1];A23=[3,5];A24=[4,5];
A25=[5,5];A26=[6,5];A27=[7,5];A28=[8,5];A29=[9,5];A30=[10,5];
A31=[11,5];A32=[12,5];A33=[13,5];A34=[9,2];A35=[15,2];A36=[5,6];A37=[9,6];A38=[12,1];
for p = 1:38 % 放进一个矩阵内方便操作
c = num2str(p);
s = ['A(p,:) = A' c ';'];
eval(s);
end
% scatter(A(:,1),A(:,2));
for p = 1:33
c = num2str(p);
plot(A(p,1),A(p,2),'ko','MarkerFaceColor','k','LineWidth',1);
hold on
axis([0 20 0 7]);
text(A(p,1)+0.05,A(p,2)-0.1,c);
end
set(gca,'xtick',0:1:20,'ytick',0:1:7);
sx = 1:18;
for p = 1:length(sx)-1
P1 = A(sx(p),:);
P2 = A(sx(p+1),:);
line([P1(1) P2(1)],[P1(2) P2(2)],'color','k','LineWidth',1);
end
sx = [2 19 20 21 22];
for p = 1:length(sx)-1
P1 = A(sx(p),:);
P2 = A(sx(p+1),:);
line([P1(1) P2(1)],[P1(2) P2(2)],'color','k','LineWidth',1);
end
sx = [3 23 24 25];
for p = 1:length(sx)-1
P1 = A(sx(p),:);
P2 = A(sx(p+1),:);
line([P1(1) P2(1)],[P1(2) P2(2)],'color','k','LineWidth',1);
end
sx = [6 26 27 28 29 30 31 32 33];
for p = 1:length(sx)-1
P1 = A(sx(p),:);
P2 = A(sx(p+1),:);
line([P1(1) P2(1)],[P1(2) P2(2)],'color','k','LineWidth',1);
end
% plot(A(AA,1)+0.5,A(AA,2),'p','MarkerSize',10,'MarkerFaceColor','r','MarkerEdgeColor','r','LineWidth',1.5);
sx = [21 8];%33
for p = 1:length(sx)-1
P1 = A(sx(p),:);
P2 = A(sx(p+1),:);
line([P1(1) P2(1)],[P1(2) P2(2)],'color','k','linestyle','-','LineWidth',1);
end
sx = [9 34 35 15];%34
for p = 1:length(sx)-1
P1 = A(sx(p),:);
P2 = A(sx(p+1),:);
line([P1(1) P2(1)],[P1(2) P2(2)],'color','k','linestyle','-','LineWidth',1);
end
sx = [12 38 22];%35
for p = 1:length(sx)-1
P1 = A(sx(p),:);
P2 = A(sx(p+1),:);
line([P1(1) P2(1)],[P1(2) P2(2)],'color','k','linestyle','-','LineWidth',1);
end
sx = [18 33];%36
for p = 1:length(sx)-1
P1 = A(sx(p),:);
P2 = A(sx(p+1),:);
line([P1(1) P2(1)],[P1(2) P2(2)],'color','k','linestyle','-','LineWidth',1);
end
sx = [25 36 37 29];%37
for p = 1:length(sx)-1
P1 = A(sx(p),:);
P2 = A(sx(p+1),:);
line([P1(1) P2(1)],[P1(2) P2(2)],'color','k','linestyle','-','LineWidth',1);
end
grid on
for p=1:17
if Zij(p)==0
sx=1:18;
P1 = A(sx(p),:);
P2 = A(sx(p+1),:);
line([P1(1) P2(1)],[P1(2) P2(2)],'color','r','LineWidth',1);
end
%plot(A(jieru(p),1),A(jieru(p),2),'p','MarkerSize',10,'MarkerFaceColor','r','MarkerEdgeColor','r','LineWidth',1.5);
end
for p=1:4
sx = [2 19 20 21 22];
if Zij(p+17)==0
P1 = A(sx(p),:);
P2 = A(sx(p+1),:);
line([P1(1) P2(1)],[P1(2) P2(2)],'color','r','LineWidth',1);
end
end
for p=1:3
sx = [3 23 24 25];
if Zij(p+21)==0
P1 = A(sx(p),:);
P2 = A(sx(p+1),:);
line([P1(1) P2(1)],[P1(2) P2(2)],'color','r','LineWidth',1);
end
end
for p=1:8
sx = [6 26 27 28 29 30 31 32 33];
if Zij(p+24)==0
P1 = A(sx(p),:);
P2 = A(sx(p+1),:);
line([P1(1) P2(1)],[P1(2) P2(2)],'color','r','LineWidth',1);
end
end
if Zij(34)==0
sx = [21 8];%33
for p = 1:length(sx)-1
P1 = A(sx(p),:);
P2 = A(sx(p+1),:);
line([P1(1) P2(1)],[P1(2) P2(2)],'color','r','LineWidth',1);
end
end
if Zij(35)==0
sx = [9 34 35 15];%34
for p = 1:length(sx)-1
P1 = A(sx(p),:);
P2 = A(sx(p+1),:);
line([P1(1) P2(1)],[P1(2) P2(2)],'color','r','LineWidth',1);
end
end
if Zij(33)==0
sx = [12 38 22];%35
for p = 1:length(sx)-1
P1 = A(sx(p),:);
P2 = A(sx(p+1),:);
line([P1(1) P2(1)],[P1(2) P2(2)],'color','r','linestyle','-','LineWidth',1);
end
% text(A(22,1)+2.2,A(22,2)+0.2,'SOP');
end
if Zij(37)==0
sx = [18 33];%36
for p = 1:length(sx)-1
P1 = A(sx(p),:);
P2 = A(sx(p+1),:);
line([P1(1) P2(1)],[P1(2) P2(2)],'color','r','LineWidth',1);
end
end
if Zij(36)==0
sx = [25 36 37 29];%37
for p = 1:length(sx)-1
P1 = A(sx(p),:);
P2 = A(sx(p+1),:);
line([P1(1) P2(1)],[P1(2) P2(2)],'color','r','LineWidth',1);
end
end
hold off
axis off
title('故障处理网络重构图');
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
参考文献: DING Tao, LIN Yanling, LI Gengfeng, et al. A new model for resilient distribution systems by microgrids formation[J]. IEEE Transactions on Power Systems, 2017, 32(5): 4145-4147. 通过分布式电源(DGs)形成多个微网,为在配电系统中恢复关键负载提供了一种坚韧可靠的解决方案。然而,随着微网数量的增加,需要更多的虚拟二进制和连续变量,从而增加了这种模型的复杂性。为解决这一问题,本文提出了一种新模型来重新制定具有韧性的配电网络中的微网形成问题。与传统模型相比,二进制和连续变量的数量大大减少,因此计算性能得到了显著提高。在IEEE测试系统上的数值结果验证了所提出模型的有效性。本文将提出一种新的数学模型,以减少配电网孤岛划分模型的决策变量数量,并改善计算性能。
资源推荐
资源详情
资源评论
收起资源包目录
配电网孤岛划分.rar (4个子文件)
配电网孤岛划分
DG_Load.m 2KB
fig.m 4KB
main.m 4KB
ieee_33_node_system.m 2KB
共 4 条
- 1
资源评论
配电网和matlab
- 粉丝: 5038
- 资源: 103
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- new_bird_c-c语言入门
- christmasTree-圣诞树html网页代码
- working-shell脚本入门——流程控制
- hadoop_install-sqoop数据导入
- ThinkCMF-mysql安装
- BigData-Notes-sqoop的安装与配置
- C语言-leetcode题解之28-implement-strstr.c
- C语言-leetcode题解之27-remove-element.c
- C语言-leetcode题解之26-remove-duplicates-from-sorted-array.c
- C语言-leetcode题解之24-swap-nodes-in-pairs.c
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功