Categorical Function Fails: Matlab 2019a
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
dpb
el 4 de Abr. de 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?
Respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!