In MATLAB R2015b I am reading, since starting, warnings in command window. even matlab doesn't get closed.
Mostrar comentarios más antiguos
Since I'm opening Matlab R2015b, there come up 100 or 200 warnings written in the command window, like:Warning: Function loglog has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict. and errors like Attempt to execute SCRIPT disp as a function: D:\\toolbox\matlab\lang\disp.m
Error in matlabrc (line 72) disp(exc.message);
Academic License
Attempt to execute SCRIPT which as a function: D:\\toolbox\matlab\general\which.m
If I try to close the program it writes Attempt to execute SCRIPT builtin as a function: D:\\toolbox\matlab\lang\builtin.m and nothing happens, I'm completely unable to operate the matlab program
Respuestas (2)
Mark Bobrovnikov
el 16 de En. de 2016
1 voto
Delete previous Matlab files and make sure that the installation goes to /MATLAB/R2015b or similar.
As Matlab support put it: "This error can happen if MATLAB is installed into the root of a drive and outside of a containing folder. You can create a new folder and move the installation into that folder or reinstall into a new folder after removing the old files."
Steven Lord
el 28 de Oct. de 2015
0 votos
Did you add a directory from a previous version of MATLAB to the path in this version? If so, remove those previous copies of the directory from the MATLAB path. You may need to use RESTOREDEFAULTPATH to do so.
1 comentario
Purvish Sureshchandra Bhatt
el 29 de Oct. de 2015
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!