- Open Terminal.
- Enter this command: open /Applications/MATLAB_R2021a.app/Contents/MacOS/
- In the folder that opened, control-click the MATLAB file and choose Make Alias.
- Drag the new alias to your desktop.
- From now on, to launch MATLAB, double-click your new alias.
Matlab 2021a on Big Sur 11.3 Freeze
조회 수: 2 (최근 30일)
이전 댓글 표시
I am on M1, Big Sur 11.3 and 2021a. Using run from editor is really slow and often matlab freezes when I run the editor. In general, the editor is very very slow. I see the same thing on my intel mac too (2021a, Big Sur 11.2).
Any help regarding this would be greatly apreciated.
Thanks.
댓글 수: 0
채택된 답변
Matlab Enthusiast
2021년 8월 14일
Based on Walter Roberson's answer, making a new desktop alias to the MATLAB executable has worked for me so far:
My config:
macOS Big Sur
Version 11.5
Mac mini (M1, 2020)
Chip Apple M1
MATLAB R2021a, downloaded Aug 14, 2021
댓글 수: 6
Adam Snyder
2022년 1월 11일
Thank you! This was driving me crazy. MATLAB R2021b wasn't exactly freezing on me but it was unusable. This is at least a band-aid on the problem.
Adam Snyder
2022년 9월 28일
Just updated to r2022b and this continues to be a problem (MATLAB extremely slow to the point of being unusable when opened using the Launcher). Was hoping they would have fixed this in the new version, but alas...
추가 답변 (3개)
Shadaab Siddiqie
2021년 4월 30일
From my understanding for you MATLAB is freezing on Big Sur 11.3. This might be due the simultaneous launching of MATLAB Editor at startup. These troubleshooting steps might help you to solve the issue.
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.
댓글 수: 20
Daniel Lau
2021년 8월 16일
Problem for me happens when I create figures in my script and then click on the close button after the script is done. This is really debilitating.
Kasper Kornak
2022년 3월 7일
@Daniel Lau same here. even when i want to just take a screenshot of figure, matlab stops responding. outrageous
Hasan Beytur
2021년 9월 19일
I updated to Big Sur 11.6 and Matlab 2021a Update 5 is running more stable than before.
댓글 수: 2
Adam Snyder
2022년 9월 28일
I've got Big Sur 11.6 and just updated to r2022b and MATLAB is still slow to the point of being useless
참고 항목
카테고리
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!