大家好,又见面了,我是你们的朋友全栈君。
[ax,h1,h2]=plotyy(x,a,x,sig0);
set(ax,’Xlim’,[7.4,8.4],’XMinorGrid’,’on’)%设置x轴范围,并显示更细密的网格
set(h1,’color’,’k’,’linewidth’,1);%设置y1的颜色为黑色,线宽为1
set(h2,’color’,’r’,’linewidth’,1);%设置y2的颜色为红色,线宽为1
set(get(ax(1),’Ylabel’),’string’,’SSHA/m’)%设置y轴的名称
set(get(ax(2),’Ylabel’),’string’,’Sigma0/dB’)
set(ax(1),’ytick’,[-0.6:0.1:0.6])%设置y轴的取值范围
set(ax(2),’ytick’,[10:1:20])
set(ax(1),’ycolor’,’k’,’fontsize’,14)%设置y轴颜色和字体大小
set(ax(2),’ycolor’,’r’,’fontsize’,14)
grid on
xlabel(‘Latitude/°N’)
% set(gca,’xscale’,’log’)
title([‘Cycle:’,Cycle,’ Pass:’,Pass])
set(gca,’fontsize’,14)
%设置图片大小:set(gcf,’position’,[x1,y1,dx,dy]);
x1,y1是图的左下角坐标(相对于整个屏幕),dx,dy是图沿x,y方向的大小;
set(gcf,’position’,[10,300,2000,600]);
*************************************************************************************
% [AX,h1,h2] =
plotyy(t,z1,t,z2,’semilogy’,’plot’);
[AX,h1,h2] = plotyy(node,bconf,node,msd,’plot’,’plot’);
set(h1,’linestyle’,’:’,’marker’,’x’,’color’,’b’);%曲线的线型
%set(h1,’linestyle’,’-‘,’marker’,’o’,’color’,’g’);
set(h2,’linestyle’,’:’,’marker’,’x’,’color’,’r’);
set(get(AX(1),’Ylabel’),’string’,’Initial\_Bconf’);%x坐标轴名称
set(get(AX(2),’Ylabel’),’string’,’MSD’);
set(get(AX(2), ‘Ylabel’),’Color’,’red’);
% set(AX(1),’yTick’,[0:10:350])
% set(AX(2),’yTick’,[0:10:350])
xlabel(‘MRF Node’);
title(‘Different Initial\_Bconf For Different MRF Nodes’);
set(gca,’ycolor’,’b’);%改变y坐标轴颜色
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/147547.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...