matlab畫圖的一個小例子

x=0:5:20; a=[16.3,16.5,16.9,17.1,17.35]; b=[16.3,16.4,16.65,16.9,17.1]; c=[16.3,16.35,16.6,16.8,17.0]; plot(x,a,'-sk',x,b,'-^k',x,c,'-ok'); axis([-2.5,22.5,16.2,17.5]) set(gca,'XTick',[0:2.5:20]) %x軸範
相關文章
相關標籤/搜索