how to fix this pca error?

Could anyone help me to fix this error ? I can't use the pca function in matlab R2016b. my input data2d is a matrix : 528x630double.
This is the code I used : pca(data2d);
Error message : Undefined function or variable 'eml_allow_enum_inputs'.
Error in coder.internal.parseParameterInputs (line 81) eml_allow_enum_inputs;
Error in pca (line 51) optarg = coder.internal.parseParameterInputs(parms,popt,varargin{:});
Thanks a lot!

1 件のコメント

Adam
Adam 2016 年 12 月 1 日
What is the result of typing
which pca
?

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDimensionality Reduction and Feature Extraction についてさらに検索

タグ

質問済み:

2016 年 12 月 1 日

コメント済み:

2016 年 12 月 1 日

Community Treasure Hunt

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

Start Hunting!

Translated by