draw ellipsoid
Version 1.0.0 (1,27 ko) par
ibrahim kucukdemiral
This function draws ellipsoid in 2D for a given weighting matrix
This function draws 2D ellipse centred at origin in the form of Omega = {x=W*u, ||u||<=1} along with its major axis indicated. If the ellipse is defined in the form of x'Qx<1, one needs to choose
W = inv(sqrtm(Q))
during the function call.
Ex: Let W = [3 0.1; 0.1 2]
One can draw the ellipsoid region simply by calling the function
draw_ellipse(W,'k')
Citation pour cette source
ibrahim kucukdemiral (2024). draw ellipsoid (https://www.mathworks.com/matlabcentral/fileexchange/86093-draw-ellipsoid), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2020b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Version | Publié le | Notes de version | |
---|---|---|---|
1.0.0 |