PCA function suddenly Stop working with error
显示 更早的评论
Hi everyone,
I'm using PCA to reduce the dimensions of my data and it was working without any problems, then when I came the next day and ran the MATLAB the PCA started throwing errors. I tried the exact example from MATLAB documentation (including using the same data in the example) but same error. below is my code followed by the error:
load hald
coeff = pca(ingredients)
the error:
Error using pcaklm (line 73)
Unknown type specified
Error in pca (line 53)
[w,truefrac] = pcaklm(mfilename,varargin{:});
------------------------------------------------------------------------------------------------------
My MATLAB version is R2021b
My OS is Ubuntu LTS 20.04
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Dimensionality Reduction and Feature Extraction 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!