Unable to run any MATLAB function and MATLAB errors on startup

All MATLAB functions, including restoredefaultpath, return an error of undefined function or variable.
Additionally, I see the following error on startup of MATLAB:
Error using eval
Undefined function 'workspacefunc' for arguments of type 'struct'.
Reinstalling MATLAB does not seem to fix the issue.

 Akzeptierte Antwort

If you are unable to run the usual troubleshooting steps for a corrupted MATLAB path, the MATLABPATH environment variable may be corrupted.
Please check the value of the MATLABPATH environment variable by entering the following in the MATLAB Command Window:
>> !set
This will list all system environment variables present on your machine. The MATLABPATH environment variable should be unset, or set to
{MATLABROOT}/toolbox/local
You can find the full path to MATLABROOT by entering the following in the MATLAB Command Window:
>> matlabroot

Weitere Antworten (0)

Kategorien

Mehr zu Startup and Shutdown finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by