How to get eigen vectors from the function princomp?
1 回表示 (過去 30 日間)
古いコメントを表示
Sir,
how to get eigen vectors from the function princomp?Or not in princomp function(PCA)?
0 件のコメント
回答 (1 件)
Shashank Prasanna
2013 年 5 月 1 日
From:
[COEFF,SCORE,latent] = princomp(X)
The 'COEFF' are the eigen vectors and the 'latent' are the eigen values.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!