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.

28 vues (au cours des 30 derniers jours)
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.

Réponse acceptée

Chidvi Modala
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:
  1. Launch MATLAB R2020a using the -nodesktop flag. To do this, you may perform the following steps
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
Muhammad Chaudry
Muhammad Chaudry le 9 Juin 2021
Yep it did not work. I am in touch with mathworks support. Thanks for the response

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Matrix Indexing dans Help Center et File Exchange

Produits


Version

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by