Matlab R2021a does not open anymore after updating to Update 7 on MacOS Big Sur 11.6.8

3 次查看(过去 30 天)
Matlab R2021a does not open anymore after updating to Update 7 on MacOS Big Sur 11.6.8. Did anyone else run into the same problem and what was your solution?
Thank you very much in advance!

回答(1 个)

Keerthana Ramesh
Keerthana Ramesh 2022-8-18
编辑:Keerthana Ramesh 2022-8-18
Hi,
This issue could possibly be due to MATLAB’s search path being incorrectly set during the base installation.
A possible workaround to resolve this issue can be by launching MATLAB without desktop and then restoring the default MATLAB search path and rehashing the toolbox cache.
1) Open MATLAB with the -nodesktop start-up flag. In the Command Prompt, enter:
On macOS:
/Applications/MATLAB_R2021a.app/bin/matlab -nodesktop
2) Enter the following commands into the MATLAB Command Window, one after the other:
>> rehash toolboxcache
>> restoredefaultpath
>> savepath
I hope this information resolves your issue.
Thanks,
Keerthana
  2 个评论
Walter Roberson
Walter Roberson 2022-8-18
Well, maybe, but security updates to recent MacOS versions have changed the interpretation of environment variables, and of shared object search paths. Some people have reported trouble getting MATLAB to run. Note that the user is using R2021a not R2022a.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

标签

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by