MATLAB Sine Wave Plot · fs= 500e3; · f= 1000; · nCyl=5; · t=0:1/fs:nCyl*1/f; · x=sin(2*pi*f*t); · plot(t,x) · title ('Continuous sinusoidal signal') · xlabel('Time(s)'); ...
確定! 回上一頁