Axis Labels and Title
Execute the following commands on MATLAB before you start: x = 0:0.1:2*pi; y = sin(x); TasksTask 1 Create a line plot of y against x. Use the plot function. The following syntax plots u against t. >> plot(t,u)
Execute the following commands on MATLAB before you start: x = 0:0.1:2*pi; y = sin(x); TasksTask 1 Create a line plot of y against x. Use the plot function. The following syntax plots u against t. >> plot(t,u)