- Launch MATLAB R2020a using the -nodesktop flag. To do this, you may perform the following steps
I have a m1 macbook air. For the past two days, I can not get Matlab to run on my device. It keeps freezing as soon as I open it.
조회 수: 4 (최근 30일)
이전 댓글 표시
I have tried deleting and reinstalling it properly (deleted hidden files etc.) at least twice. Even cleared the cache and the vram. Still nothing. Plus I also note that it's not that matlab is taking up a lot of resources (according to activity monitor only 2gb memory which is nothing).
Another thing to notice is that the problem began with v2020 and I installed v2021 and the problem still persists.
댓글 수: 0
채택된 답변
Chidvi Modala
2021년 6월 7일
A possible root-cause of this issue might be the simultaneous initialization of the MATLAB Editor when MATLAB session is initializing.
You can perform the following troubleshooting steps to check if this is the root-cause of the freezing behavior:
a. Using the Terminal App navigate to
/Applications/MATLAB_R2020a/bin
b. Run
./matlab -nodesktop
to initiate a no-desktop MATLAB session.
2. Execute the following MATLAB commands:
>> s = settings;
>> s.matlab.editor.InitializeAtStartup.PersonalValue = 0;
3. Exit the no-desktop session and launch a regular MATLAB R2020a session.
If the above workaround doesn’t work, you may contact MathWorks Support teamhttps://www.mathworks.com/support/contact_us.html
댓글 수: 2
추가 답변 (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!