Can no longer open any files or scripts - several errors
Afficher commentaires plus anciens
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 commentaires
dpb
le 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
le 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?
Réponses (0)
Catégories
En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!