x = 0:0.1:4*pi; % x 向量的起始與結束元素為0 及% 4π、0.1 為各元素相差值y = sin(x); plot(x, y); axis([-inf, inf, 0, 1]); % 畫出正弦波y 軸介於0 % 和1 的部份 ...
確定! 回上一頁