哆啦美

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
plot(x, y, 'b-', 'LineWidth',1.5);
set(gca,'FontSize',10,'fontname','Times New Roman','LineWidth',0.8);
xlabel('\fontname{宋体}标题/\fontname{Times New Roman}单位') 
ylabel('\fontname{宋体}标题/\fontname{Times New Roman}单位') 
xlim([0 10]);
ylim([0 10]);
set(gca,'YTick',[0 0]) ;
set(gca,'YTickLabel',{'0','0'}) ;
legend('标题1','标题2','location','SouthEast','Box','off','fontname','宋体')

 

posted on 2023-11-03 19:38  哆啦美  阅读(46)  评论(0)    收藏  举报