I'm trying to calculate the left and right eigenvectors and eigenvalues of matrix. I use the syntax: [REvec,DD,LEvec] = eig(J); Which is correct according to the documentation. But I get the error: "Error using eig. Too many output arguments." My version is R2012b Any help?

댓글 수: 1

John D'Errico
John D'Errico 2015년 8월 19일
According to WHAT documentation? I don't think that syntax was available in R1012b.

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

 채택된 답변

Steven Lord
Steven Lord 2015년 8월 19일

0 개 추천

The online documentation is for the most recent release and may include functions or functionality not present in your release. [Older documentation is also available online, but by default when you go to Documentation on the Support section of the website you see the current release's doc.]
EIG was enhanced to return left eigenvectors in release R2014a, as you can see by checking the Release Notes (item 3 in the Mathematics section.)

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Linear Algebra에 대해 자세히 알아보기

제품

질문:

2015년 8월 19일

답변:

2015년 8월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by