plot(x,Y(2,:),'k',x,Y(5,:),'m',x,Y(8,:),'b',x,Y(11,:),'g',x,Y(14,:),'r');
%axis([0 n 0 1.0]); %%坐标轴范围
xlabel('T','FontName','Times New Roman','FontSize',10);
ylabel('N','FontName','Times New Roman','FontSize',10);
zlabel('CNT','FontName','Times New Roman','FontSize',10);
%set(gca,'ytick',[0:0.2:1.0]); %y轴范围每一小格范围
set(gca,'FontName','Times New Roman','FontSize',10,'LineWidth',1);
set(gcf,'Units','centimeters','Position',[10 7 12 6.75]); %
set(gca,'box','off');
legend('节点1','节点2','节点3','节点4','节点5');
legend boxon;
相关文章
- Anaconda环境配置、安装库和.condarc文件设置
- ubuntu16.10 lenovo拯救者笔记本无线网络开关修复方法(联想拯救者 + ubuntu16.04 + WIFI设置)
- 【解决】无线网卡windows仍在设置此设备的类配置,代码56
- 解决:错误代码 56:Windows 仍在为此设备设置类配置
- Pylint pylint设置不检查项
- conda channel的镜像设置
- Vue学习笔记-chrome84版本浏览器跨域设置
- Conda和PiP使用清华源安装Python的channel设置方法
- 百度上传插件(webupload)单文件(单图片)上传设置
- ajax post data 获取不到数据,注意 content-type的设置 、post/get(转)