In MATLAB R2015b I am reading, since starting, warnings in command window. even matlab doesn't get closed.
Mostra commenti meno recenti
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
Risposte (2)
Mark Bobrovnikov
il 16 Gen 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
il 28 Ott 2015
0 voti
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.
Categorie
Scopri di più su Introduction to Installation and Licensing in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!