- 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.
16 views (last 30 days)
Show older comments
Muhammad Chaudry
on 4 Jun 2021
Commented: Pierre Pouget
on 2 Feb 2022
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 Comments
Accepted Answer
Chidvi Modala
on 7 Jun 2021
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 Comments
More Answers (0)
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!