init
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
|
||||
%PLOTGRAPH 此处显示有关此函数的摘要
|
||||
% 此处显示详细说明
|
||||
% set(gca,'FontName','Times New Roman','FontSize',10,'FontWeight','bold');
|
||||
subplot(1,2,1)
|
||||
plotDislayer_new(15, 1 ,r,OutputRs, 1);
|
||||
% caxis([10,30]);
|
||||
title('Layer 1 in the 50th day','FontName','Times New Roman','FontSize',10,'FontWeight','bold');
|
||||
set(gca,'FontName','Times New Roman','FontSize',10,'FontWeight','bold');
|
||||
|
||||
axis equal
|
||||
axis tight
|
||||
% set(gca,'ztick',[0 30])
|
||||
% set(gca,'zticklabel',{'0' '30'})
|
||||
% xlabel('Layer 1 in the 50th day');
|
||||
% subplot(2,2,2)
|
||||
% plotDislayer_new(15, 2 ,r,OutputRs, 1);
|
||||
% caxis([10,20]);
|
||||
% title('Layer 2 in the 50th day','FontName','Times New Roman','FontSize',10,'FontWeight','bold');
|
||||
% set(gca,'FontName','Times New Roman','FontSize',10,'FontWeight','bold');
|
||||
% axis equal
|
||||
% axis tight
|
||||
% set(gca,'ztick',[0 30])
|
||||
% set(gca,'zticklabel',{'0' '30'})
|
||||
% xlabel('Layer 2 in the 50th day');
|
||||
% subplot(2,2,3)
|
||||
% plotDislayer_new(15, 3 ,r,OutputRs, 1);
|
||||
% caxis([10,20]);
|
||||
% title('Layer 3 in the 50th day','FontName','Times New Roman','FontSize',10,'FontWeight','bold');
|
||||
% set(gca,'FontName','Times New Roman','FontSize',10,'FontWeight','bold');
|
||||
% axis equal
|
||||
% axis tight
|
||||
% set(gca,'ztick',[0 30])
|
||||
% set(gca,'zticklabel',{'0' '30'})
|
||||
% xlabel('Layer 3 in the 50th day');
|
||||
subplot(1,2,2)
|
||||
plotDis_new(15 ,r,OutputRs, 1);
|
||||
% caxis([10,30]);
|
||||
% xlabel('3D reservoir in the 50th day');
|
||||
title('3D reservoir in the 50th day','FontName','Times New Roman','FontSize',10,'FontWeight','bold');
|
||||
set(gca,'FontName','Times New Roman','FontSize',10,'FontWeight','bold');
|
||||
axis equal
|
||||
axis tight
|
||||
% set(gca,'ztick',[0 30])
|
||||
% set(gca,'zticklabel',{'0' '30'})
|
||||
% colorbar('SouthOutside');
|
||||
colorbar('position',[0.93 0.3 0.03 0.4]);
|
||||
% subplot(1,2,1)
|
||||
% plotDislayer_new(9, 1 ,r,OutputRs, 1);
|
||||
% subplot(1,2,2)
|
||||
% plotDislayer_new(9, 2 ,r,OutputRs, 1);
|
||||
% subplot(2,4,5)
|
||||
% plotDislayer_new(31, 1 ,r,OutputRs, 1);
|
||||
% subplot(2,4,6)
|
||||
% plotDislayer_new(31, 2 ,r,OutputRs, 1);
|
||||
% subplot(2,4,7)
|
||||
% plotDislayer_new(31, 3 ,r,OutputRs, 1);
|
||||
% subplot(2,4,8)
|
||||
% plotDis_new(31 ,r,OutputRs, 1);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user