In MATLAB R2015b I am reading, since starting, warnings in command window. even matlab doesn't get closed.
Show older comments
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
Answers (2)
Mark Bobrovnikov
on 16 Jan 2016
1 vote
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
on 28 Oct 2015
0 votes
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 Comment
Purvish Sureshchandra Bhatt
on 29 Oct 2015
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!