MATLAB: How to draw circle with imellipse

circleImage Processing Toolboximellipse

Hi
I want to draw a circle with imellipse. I used something like:
AA = imellipse(gca,[xmin ymin radius radius]);
but I can only specify the xmin and ymin of the circle, while I want to specify the center.
How can I do so?
Thanks!
Steven

Best Answer