Calculating orientation of ellipse from eigen values and eigen vectors
    12 次查看(过去 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 中查找有关 Linear Algebra 的更多信息
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


