How to generate an ellipse using the insertShape Function?

8 visualizaciones (últimos 30 días)
Trenton Saunders
Trenton Saunders el 25 de Jun. de 2020
Respondida: Birju Patel el 10 de Jul. de 2025
Does matlab have a preprogramed position generater for an 'ellipse', using insertShape ? Like it does for 'circle', 'rectangle', etc (shown in the image below). I only saw a few shapes listed on the Help Center page and I was wondering if there is more?
I am trying to avoid the brute force of using 'polygon' with points pulled from the analytical function for the ellipse. It would be much more convient and efficient if I could use a preprogrammed position generator for an ellipse, where I enter centroid, major axis, minor axis, etc.
Thanks for the help!

Respuestas (2)

Aditya Patil
Aditya Patil el 14 de Jul. de 2020
This feature is not available as of now. You can create an ellipse by approximating the polygon.

Birju Patel
Birju Patel el 10 de Jul. de 2025
Support for drawing an ellipsed is available in R2024b: https://www.mathworks.com/help/vision/ref/insertshape.html

Etiquetas

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by