plot - Why does a circle plotted in MATLAB appear as an ellipse? -
I am surprised at MATLAB how I plot a circle and will show it as an oval rather than by default . I think this axis has something to do with the local coordinator system.
You can use the command here is an example to keep the data letters uniform on each axis :
theta = linseed (0, 2 * pi, 100); Subplot (121); Show the default plot plot (cos (direct), sin (theta)); Title ('default axis settings'); Subplot (122); Show a conspiracy with conspiracy of% equal data units (cos (direct), sin (theta)); Title ('consolidated tick spacing'); Axis is equal to;
Comments
Post a Comment