Matlab 2021a on Big Sur 11.3 Freeze

18 visualizaciones (últimos 30 días)
Siddhart Parida
Siddhart Parida el 27 de Abr. de 2021
Editada: Walter Roberson el 7 de Dic. de 2022
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.

Respuesta aceptada

Matlab Enthusiast
Matlab Enthusiast el 14 de Ag. de 2021
Based on Walter Roberson's answer, making a new desktop alias to the MATLAB executable has worked for me so far:
  1. Open Terminal.
  2. Enter this command: open /Applications/MATLAB_R2021a.app/Contents/MacOS/
  3. In the folder that opened, control-click the MATLAB file and choose Make Alias.
  4. Drag the new alias to your desktop.
  5. From now on, to launch MATLAB, double-click your new alias.
My config:
macOS Big Sur
Version 11.5
Mac mini (M1, 2020)
Chip Apple M1
MATLAB R2021a, downloaded Aug 14, 2021
  6 comentarios
Adam Snyder
Adam Snyder el 11 de En. de 2022
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
Adam Snyder el 28 de Sept. de 2022
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...

Iniciar sesión para comentar.

Más respuestas (3)

Shadaab Siddiqie
Shadaab Siddiqie el 30 de Abr. de 2021
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 comentarios
Daniel Lau
Daniel Lau el 16 de Ag. de 2021
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
Kasper Kornak el 7 de Mzo. de 2022
@Daniel Lau same here. even when i want to just take a screenshot of figure, matlab stops responding. outrageous

Iniciar sesión para comentar.


Hasan Beytur
Hasan Beytur el 19 de Sept. de 2021
I updated to Big Sur 11.6 and Matlab 2021a Update 5 is running more stable than before.
  2 comentarios
Sway
Sway el 27 de Sept. de 2021
I did the same and things seems to be okay.
Adam Snyder
Adam Snyder el 28 de Sept. de 2022
I've got Big Sur 11.6 and just updated to r2022b and MATLAB is still slow to the point of being useless

Iniciar sesión para comentar.


Tim Lueth
Tim Lueth el 6 de Dic. de 2022
Editada: Walter Roberson el 7 de Dic. de 2022

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by