Matlab is very slow on macOS Big Sure

215 visualizaciones (últimos 30 días)
tommaso taddei
tommaso taddei el 28 de Jun. de 2021
Comentada: Nguyen el 6 de Mayo de 2023
I am running Matlab R2020b on a MacBook Pro with MacOs Big Sur 11.4.
Quite often Matlab gets stuck in the sense that the editor becomes very slow (I cannot even type in the command window) and it is not possible to keep working. When I close it and reopen again, things improve and go back to normal.
When Matlab gets stuck, I realized that my Mac is running the process "sandboxd" so I suspect that my issue has to do with some clash between Matlab and MacOS.
Could anyone help me?

Respuesta aceptada

Hang Yin
Hang Yin el 9 de Jul. de 2021
Editada: Hang Yin el 12 de Jul. de 2021
It seems that some Mac platform users encounter similar symptoms including myself. It had been suggested that run MATLAB from the command line with -nodesktop flag and then prompt desktop might fix this:
  1. run /Applications/MATLAB_R20xxx.app/bin/matlab -nodesktop in the terminal
  2. you may notice some "warnings". After warnings stop to scroll, type desktop. DO NOT EXIT THE TERMINAL!
  3. when you want to quit MATLAB, close the GUI window first and type quit in the terminal to exit the program.
The original discoverer of this workaround is a community contributor whom I can't really remember...
  6 comentarios
Jonathan Mynard
Jonathan Mynard el 19 de En. de 2022
This solution doesn't work for me. I still get freezing when running from terminal.
YANYAN WANG
YANYAN WANG el 10 de Feb. de 2022
This method not working for me. I have BigSur 11.6 and MATLAB 2021b, whenenver I use some specific functions, it crashes and quits. These functions worked well on MATLAB 2018 and even earlier versions.

Iniciar sesión para comentar.

Más respuestas (3)

Fenglong Song
Fenglong Song el 25 de Sept. de 2021
Hi, I encountered the same issue with both R2019b and R2021a. I solved the problem after this (the original blog is writtern in Chinese) https://gy23333.github.io/2019/12/16/Mac%E4%BD%BF%E7%94%A8Matlab%E5%8D%A1%E9%A1%BF%E4%B8%A5%E9%87%8D%E4%B8%94%E9%97%AA%E9%80%80%E7%9A%84%E8%A7%A3%E5%86%B3%E5%8A%9E%E6%B3%95/
In English: Enter Preferences -> General -> Source control and select 'None'.
I hope this helps.
  4 comentarios
Susan Eden
Susan Eden el 29 de Mzo. de 2023
This solution works for me. Thank you
Nguyen
Nguyen el 6 de Mayo de 2023
Thank you a lot. You make my day ^-^

Iniciar sesión para comentar.


Homayoun Najjaran
Homayoun Najjaran el 3 de Oct. de 2021
I had the same problem on one Mac Pro but not on another. They both have the same OS Big Sur 11.6 and Matlab 2021b. I got the idea from Hang Yin's tip. The problem happens when Matlab trys to launch the editor at start. Although Hang's solution works but starting Matlab from the terminal may be a little annoying.
The difference between my two Mac Pros was in their editor setting. On one of them the editor was docked and on another it was undocked. You need to undock the editor so that the editor does not open at launch automatically. It is okay if you open it after.
I hope it helps.

Yongjian Feng
Yongjian Feng el 5 de Jul. de 2021
Open a terminal window from MacOS and type
top
This will tell you which process is taking most of the CPU time.
Also what is the spec of your MacBook Pro?

Categorías

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

Etiquetas

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by