Calculating orientation of ellipse from eigen values and eigen vectors
조회 수: 25 (최근 30일)
이전 댓글 표시
Hi, I have a covariance matrix and i can compute the eigen values and eigen vectors. but from these information, i am unable to formulate an ellipse. I am unable to calculate the orientation of the ellipse.Can any one help me in it and point out any good source of information for calculating the the orientation of ellipse.
Thanks
댓글 수: 2
Matt J
2013년 9월 30일
Don't the eigenvectors themselves already define the orientation of the ellipse? If not, what does?
답변 (1개)
Matt J
2013년 9월 30일
I think the major axis corresponds to the minimum eigenvalue, and the better way to compute the angle would be
atan2(V(2),V(1))
댓글 수: 6
참고 항목
카테고리
Help Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!