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.

 采纳的回答

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

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Startup and Shutdown 的更多信息

产品

版本

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by