MacOS 11.3 (Big Sur) and Matlab 2020b compatibility

조회 수: 1 (최근 30일)
Ram Krishnan
Ram Krishnan 2021년 4월 30일
답변: Tarunbir Gambhir 2021년 6월 17일
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?

답변 (1개)

Tarunbir Gambhir
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:
  1. Initiate MATLAB with -nodesktop flag
  2. Run the commands:
s = settings;
s.matlab.editor.InitializeAtStartup.PersonalValue = 0;
3. Quit -nodesktop MATLAB and launch desktop MATLAB.

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by