In a 2-d Plot, which command will make the axes of the graph same?

In a 2-d Plot, which command will make the axes of the graph same? Correct Answer axis square

There is no such command called axes. The command axis is used to change the axes of the graph that has been plotted in MATLAB. axis equal would’ve made the axes of equal length but axis equals has equals. axis square is the only correct option.

Related Questions

A student has created a plot of y(t)=t2. He is need to show another graph of z(t)=t3 in the same plot. But every time he hits the plot() function- MATLAB generates a plot of z(t) vs t but on a different window. What is the error?