Can no longer open any files or scripts - several errors
显示 更早的评论
I tried simplifying my file paths by moving my MathWorks folder to C:\ ProgramFiles and other changes but can no longer open any scripts. I get the following errors everytime I try to open something that is IN my file path
Error using msgbox (line 84) Bad value for text property: 'Interpreter'
Error in errordlg (line 59) handle = msgbox(ErrorStringCell,dlgName,'error',replace);
Error in uiopen (line 202) errordlg(err);
2 个评论
dpb
2018-9-5
Put 'em back where they were... :)
Or, try to patch up the MATLABPATH to match what you've mucked up manually.
Or, probably the simplest solution is to just reinstall and let the installation take care of fixing things for you.
OCDER
2018-9-5
"my file paths by moving my MathWorks folder to C:\ ProgramFiles"
o_O. Seems like you did something equivalent to rename every street address in a city.
Can you explain what exactly you did? What do you mean "file paths" - a pathdef.m file? What do you mean by "MathWorks folder" - the folder where Matlab is installed, or some folder you created called MathWorks that stores your codes? Can you run matlab functions without error, or do those create error too?
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!