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.

 採用された回答

MathWorks Support Team
MathWorks Support Team 2021 年 11 月 16 日

0 投票

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 ExchangeStartup and Shutdown についてさらに検索

製品

リリース

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by