- Initiate MATLAB with -nodesktop flag
- Run the commands:
MacOS 11.3 (Big Sur) and Matlab 2020b compatibility
6 次查看(过去 30 天)
显示 更早的评论
Just updated my Mac to Big Sur 11.3 and Matlab (version 2020b) is not responding sometimes. I have tried rebooting the computer but no help so far. Matlab was working with MacOS 11.2.
Any known compatibility issues with MacOS 11.3?
0 个评论
回答(1 个)
Tarunbir Gambhir
2021-6-17
In most cases the issue seems to initiate from the simultaneous launching of MATLAB Editor at startup. It has been reported that this behavior can cause similar issues. Try the following troubleshooting steps, that disables the MATLAB editor from launching at startup and have successfully resolved the issue in the majority of the cases:
s = settings;
s.matlab.editor.InitializeAtStartup.PersonalValue = 0;
3. Quit -nodesktop MATLAB and launch desktop MATLAB.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!