MATLAB 在畫出多條曲線時,會自動輪換曲線顏色,以利分辨。 ... x = linspace(0, 2*pi); % 在0 到2π 間,等分取100 個點y1 = sin(x); y2 = exp(-x); plotyy(x, y1, x, ...
確定! 回上一頁