Question: Write a MATLAB script called sincplot.m to plot the function sin x y = x in the range pi/100 to 10pi at intervals of
Write a MATLAB script called sincplot.m to plot the function sin x y = x in the range pi/100 to 10pi at intervals of pi/100. Show grids on your plot using the grid on command. Also, label the x-axis, y-axis, title of the graph and also use the gtext function to write the equation of the function that you have plotted on the curve. Beautify your graph by adding the following name-value pairs to the plot command 'LineWidth', 2, 'MarkerSize', 10
Step by Step Solution
There are 3 Steps involved in it
MATLAB Code x pi100pi10010pi y ... View full answer
Get step-by-step solutions from verified subject matter experts
