Error using internal.stats.parseArgs (line 42)
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi,
I am using pca like this, and my matlab version is matlab2018a
[princComp, score, eigenVals] = pca(observations,'econ');
But met an error, how can I solve it?
error using internal.stats.parseArgs (line 42)
Wrong number of arguments.
error pca (line 178)
= internal.stats.parseArgs(paramNames, defaults, varargin{:});
error Create_pdm_wild (line 24)
[princComp, score, eigenVals] = pca(observations,'econ');
0 Commenti
Risposte (1)
Walter Roberson
il 11 Lug 2019
pca(observations, 'economy', true)
Note that economy is true by default
2 Commenti
Deniz Weißbrodt
il 1 Dic 2020
Hello Walter,
I have the same problem, but expanding the code with economy doesn't solve the problem. Or am I doing something wrong?
My Version is 2020a on a linux.
Thanks,
Deniz
Vedere anche
Categorie
Scopri di più su Dimensionality Reduction and Feature Extraction in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!