- 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 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Muhammad Chaudry
le 4 Juin 2021
Commenté : Pierre Pouget
le 2 Fév 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 commentaires
Réponse acceptée
Chidvi Modala
le 7 Juin 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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Startup and Shutdown dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!