Can no longer open any files or scripts - several errors
Show older comments
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 Comments
dpb
on 5 Sep 2018
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
on 5 Sep 2018
"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?
Answers (0)
Categories
Find more on Startup and Shutdown 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!