score matrix is the principal components
Show older comments
OK here is what i have understood about principal components in matlab. suppose i use "princomp" on a MxN data, then it returns me with a score matrix which is also MxN. But the first 3 columns of this score matrix gives the principal components of the original data which is also the Eigen vectors corresponding to the max eigen values of the covariance of the data.
Kindly correct me if my understanding is wrong.
Thanks
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox 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!