How to get eigen vectors from the function princomp?
Show older comments
Sir,
how to get eigen vectors from the function princomp?Or not in princomp function(PCA)?
Answers (1)
Shashank Prasanna
on 1 May 2013
From:
[COEFF,SCORE,latent] = princomp(X)
The 'COEFF' are the eigen vectors and the 'latent' are the eigen values.
Categories
Find more on Dimensionality Reduction and Feature Extraction in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!