drawcircle function outputs circle or oval by default?

1 Ansicht (letzte 30 Tage)
Adrian Lee
Adrian Lee am 19 Nov. 2020
Beantwortet: Star Strider am 19 Nov. 2020
i am using the drawcircle function in my program, i notice that the circle looks more oval
roi = drawcircle('Center', [3 3], 'Radius', 3); %code used in the program
the output i received looks more of an oval than a circle
is it due to the stretching caused by a rectangular screen?
the output

Antworten (1)

Star Strider
Star Strider am 19 Nov. 2020
Use:
axis('equal')
and it magically becomes a circle!
See the documentation on axis for details.

Tags

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by