Why does my Cluster Profile Manager fail to load with the error "Undefined function or variable 'matlab.in​ternal.get​SettingsRo​ot'"?

2 views (last 30 days)
Why does my Cluster Profile Manager fail to load with the error "Undefined function or variable 'matlab.internal.getSettingsRoot'"?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 28 Oct 2015
This error occurs when a custom pathdef.m file has been implement or when the path MATLAB is using is corrupt. To resolve the issue, try running the following commands and restarting MATLAB:
 
rehash toolboxcache
restoredefaultpath
savepath
exit
 
Run these commands in order from the MATLAB command line and then start MATLAB. This will remove any modifications you have made to your path; it will also remove third party toolboxes and support packages. (You will need to reinstall them.) The issue should then be resolved. 

More Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!