SWETA K
Followers: 0 Following: 0
Feeds
已回答
Plot a sine wave with the following... how to plot it?
x=0:3.14/100:2*3.14; y=sin(x); plot(x,y); title('A Plot of Sine Curve');xlabel ('x-axis'); ylabel ('y-axis');
Plot a sine wave with the following... how to plot it?
x=0:3.14/100:2*3.14; y=sin(x); plot(x,y); title('A Plot of Sine Curve');xlabel ('x-axis'); ylabel ('y-axis');
4 years 前 | 0