フィルターのクリア

Error with eigenvalues (eig)

1 回表示 (過去 30 日間)
Francisco
Francisco 2015 年 8 月 19 日
回答済み: Steven Lord 2015 年 8 月 19 日
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 日
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 件)

カテゴリ

Help Center および File ExchangeLinear Algebra についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by