how to get a drawing with the same axes?
1 回表示 (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
採用された回答
Cris LaPierre
2020 年 12 月 1 日
add the following command after your plot command.
axis equal
3 件のコメント
Cris LaPierre
2020 年 12 月 2 日
If your plot is still not circular, I suspect your code is not creating a circle. Could you share your code?
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Labels and Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!