Plotting Eigen vectors

조회 수: 6 (최근 30일)
Raviteja
Raviteja 2011년 9월 27일
I have a real symetric matrix A
>> A=[1 7 3;7 4 -5;3 -5 6];
I found its eigen vectors
>> [Evec,Eval]=eig(A);
I want to plot eigen vectors in 3D.
so that I have written like this
vlabs={'X ','Y ','Z '};
biplot(7*EVec(:,1:end),'varlabels',vlabs)
% I scaled to 7 look bigger vectors
Is this the write way? Is there any way to plot eigen vectors better?
  댓글 수: 4
Raviteja
Raviteja 2011년 9월 28일
Tell me finally, is my code to draw eigen vectors is correct ?
Any other method ?
KSSV
KSSV 2012년 1월 13일
I think it depends what for are the Eigenvalues. What Eigen value analysis it is?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by