draw ellipsoid

버전 1.0.0 (1.27 KB) 작성자: ibrahim kucukdemiral
This function draws ellipsoid in 2D for a given weighting matrix
다운로드 수: 48
업데이트 날짜: 2021/1/21

라이선스 보기

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')

인용 양식

ibrahim kucukdemiral (2024). draw ellipsoid (https://www.mathworks.com/matlabcentral/fileexchange/86093-draw-ellipsoid), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2020b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0