getting error 'Too many output arguments.'while running [coeff,score,latent,tsquared,explained] = pca(X2);
Ältere Kommentare anzeigen
getting error 'Too many output arguments.'while running [coeff,score,latent,tsquared,explained] = pca(X2); WHY so ? whats the solution. I want to calculate cumulative variance with respect to PCs.
2 Kommentare
Walter Roberson
am 2 Aug. 2018
Bearbeitet: Walter Roberson
am 2 Aug. 2018
Which MATLAB release are you using? What is class(X2) ? What is size(X2) ? What shows up for
which pca(X2)
rsnandi
am 2 Aug. 2018
Akzeptierte Antwort
Weitere Antworten (1)
Berkay TOPALOGLU
am 25 Aug. 2020
0 Stimmen
i am getting the same error. How did you solve it?
I tried matlab's own instance and still get the same error.
---
load hald
[coeff,score,latent,tsquared] = pca(ingredients,'NumComponents',2);
------
Error using pca
Too many input arguments
----
Kategorien
Mehr zu Dimensionality Reduction and Feature Extraction finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!