Effacer les filtres
Effacer les filtres

what is the better eig function or pcacov and what the different between them

2 vues (au cours des 30 derniers jours)
primrose khaleed
primrose khaleed le 31 Mai 2014
Hi ,,,,i want to extract the eigenvector on my dataset.. i know there are any function like (pcacov and eig)..i read is both functions get us the eig vectors my question: can i used both functions or one of them to finding eigenvectors??? i found code :
[n m] = size(A);
AMean = mean(A);
AStd = std(A);
% disp(AMean);
B = (A - repmat(AMean,[n 1])) ./ repmat(AStd,[n 1]);
B = zscore(A);
can i used instead of pcacov??? plz help me

Réponses (0)

Catégories

En savoir plus sur Image Processing and Computer Vision dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by