Plot Colors, Markers, and Lines
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. Make the plot with a solid blue line
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. Make the plot with a solid blue line