There are multiple answers related to your question.
Have you checked here.
From the last part, you can follow the steps to finding the PCA components from eig.
% dd are the eigenvalue for both L=dbx'*dbx and C=dbx*dbx'; [vv dd]=eig(L);
There are multiple answers related to your question.
Have you checked here.
From the last part, you can follow the steps to finding the PCA components from eig.
% dd are the eigenvalue for both L=dbx'*dbx and C=dbx*dbx'; [vv dd]=eig(L);
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!