... 2*pi, 60); % pi is a built−in function in MATLAB; % we could have used x=0:0.02*pi:2*pi or x = (0: 0.02: 2)*pi instead; y=sin(x); ...
確定! 回上一頁