how to get a drawing with the same axes?

after getting a picture, such as a circle, due to the fact that the monitor is not square, but rectangular (or maybe not because of this), my x-axis becomes longer and as a result, the picture shows not a circle, but an ellipse.
what can I do to display an image without distortion?

 Accepted Answer

add the following command after your plot command.
axis equal

3 Comments

after adding this command, the distortion changed axes. previously, the y axis was smaller than the x axis, now the opposite is true
This command sets the length along each axis the same (see here).
If your plot is still not circular, I suspect your code is not creating a circle. Could you share your code?
sorry, I made a stupid mistake, everything works fine, thank you

Sign in to comment.

More Answers (0)

Products

Release

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!