フィルターのクリア

how to store eigen vectors of a matrix of huge dimension?

2 ビュー (過去 30 日間)
ramesh jallu
ramesh jallu 2011 年 3 月 1 日
hi friends cheers!!!! I am doing a project on face recognition.please solve my problem. I have a matrix of huge dimension say 500 X 500.So it gives maximum 500 eigen vectors(if all eigen values are non zero). Now the problem is how to store these eigen vectors. I have to use them one by one further.Is it possible to store them in an array?
Thanks in advance...

採用された回答

Matt Fig
Matt Fig 2011 年 3 月 1 日
If X is your 500-by-500 array, then using:
[V,D] = eig(X)
will store the eigenvalues in array V.

その他の回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by