New install: Undefined function 'isstring' for input arguments of type 'char'.
Mostrar comentarios más antiguos
I just installed Matlab 2015 and get the following error upon starting the program:
> In matlabrc (line 228)
Undefined function 'isstring' for input arguments of type 'char'.
Error in fileparts (line 41)
if isstring(file)
The same "Undefined function 'isstring'..." appears in a dialog box whenever I try to open any script or function. However I know that I have isstring...
>> which isstring
C:\Program Files\MATLAB\R2015a\toolbox\matlab\codetools\@mtree\isstring.m % mtree method
I have 2019a installed on my machine and it works perfectly fine.
Respuesta aceptada
Más respuestas (1)
madhan ravi
el 24 de Jul. de 2020
0 votos
2 comentarios
Kelsey Dutta
el 24 de Jul. de 2020
madhan ravi
el 24 de Jul. de 2020
It’s because the function “isstring()” was introduced in 2016b you can’t use it in 2015a, I don’t know how to explain more clearly than this.
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!