Matlab:二維圖

Matlab:二維圖 二維圖(plot) 圖形創建 單個圖形 離散點列:x=[0:pi/10:2*pi] 計算函數值:y=sin(x) x=[0:pi/10:2*pi]; y=sin(x); plot(x,y); 多個圖形 hold on#將新圖形添加到現有圖窗中 y2=cos(x); plot(x,y2) hold off#關閉窗口 圖形修改 plot(x,y,string),其中string用
相關文章
相關標籤/搜索