MATLAB - 2D Plotting
Consider the code:
What is the effect of
plot(rand(1,10));
axis equal;
What is the effect of
axis equal on the plot?plot(rand(1,10));
axis equal;
axis equal on the plot?axis equal makes the units on x and y axes equal in length, so shapes like circles look correct.axis equal.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions