In MATLAB R2015b I am reading, since starting, warnings in command window. even matlab doesn't get closed.
古いコメントを表示
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
回答 (2 件)
Mark Bobrovnikov
2016 年 1 月 16 日
1 投票
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
2015 年 10 月 28 日
0 投票
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.
カテゴリ
ヘルプ センター および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!