Categorical Function Fails: Matlab 2019a
2 views (last 30 days)
Show older comments
I just installed MATLAB 2019a and it seem that the "categorical" function not work. Now even on the MATLAB example.
I get the following error:
Undefined function 'categorical' for input arguments of type 'cell'.
which categorical
returns
/Applications/MATLAB_R2019a.app/toolbox/distcomp/parallel/@codistributed/categorical.m % codistributed method
My code works with no problem in MATLAB 2018b. Here
which categorical
returns
/Applications/MATLAB_R2018b.app/toolbox/matlab/datatypes/@categorical/categorical.m % categorical constructor
Would an one know what's going on here?
Thanks
2 Comments
dpb
on 4 Apr 2019
Try with the -all option
which -all categorical
just to see what it says...
Seems hard to imagine such would have passed pre-release QC checks if isn't something munged in the distribution/download/install process...
I presume you have tried a restart and the symptom remains?
Answers (0)
See Also
Categories
Find more on Get Started with MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!