Why is MATLAB slow after updating my MacOS to version 11.4?
조회 수: 5 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2021년 6월 21일
편집: MathWorks Support Team
2022년 4월 7일
After updating my MacOS to 11.4, MATLAB takes a long time to start or starts extremely slow.
When using MATLAB it also sometimes freezes.
How can I resolve this issue?
채택된 답변
MathWorks Support Team
2021년 10월 12일
편집: MathWorks Support Team
2022년 4월 7일
This issue has been resolved with MacOS 12 Monterey
If you are unable to update to MacOS 12 and are experiencing slow MATLAB Start up, you may start MATLAB through the terminal as a work around.
To open MATLAB from the terminal, open a Terminal window (/Applications/Utilities/Terminal.app) and run the following command:
$MATLAB/bin/matlab
Where $MATLAB is the path to your MATLAB directory. For example, if you are using MATLAB R2021a and have installed MATLAB in the default directory, the command will be:
/Applications/MATLAB_R2021a.app/bin/matlab
Note: The issue does not seem specific to M1 chips, as it has been reported on Intel.
추가 답변 (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!