摘要:
1、线条加粗 x=0:0.1:8*pi; y=sin(x); plot(x,y,'LineWidth',5) 2、折点变成曲线 X=80:0.001:140;>> Y=spline(x,y,X);>> plot(X,Y) 3、设置坐标值字体大小 set(gca,'fontsize',20) 4、同时 阅读全文
posted @ 2019-10-23 18:55
wangyinghe
阅读(1591)
评论(0)
推荐(0)
浙公网安备 33010602011771号