How to draw an ellipse
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
What I want to show is the following picture, showing the feeling of many ovals stacked together.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/272067/image.gif)
However, I can only draw an ellipse according to the ellipse formula!
Don't know what to do next,Like rotating an ellipse.
1 commentaire
James Tursa
le 17 Fév 2020
How are you generating the points for the ellipse that you know how to draw? Simply rotating those points properly will get you the result. E.g., with a rotation matrix or you could use complex arithmetic to get the same result.
Réponses (1)
Vladimir Sovkov
le 17 Fév 2020
The code discussed at https://www.mathworks.com/matlabcentral/answers/497966-how-to-find-the-vertical-height-of-an-ellipse-y-axis-length-of-ellipse#answer_407691?s_tid=prof_contriblnk can probably help.
0 commentaires
Voir également
Catégories
En savoir plus sur 3-D Scene Control dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!