Borrar filtros
Borrar filtros

Matlab very slow (R2016a on Mac OSX)

6 visualizaciones (últimos 30 días)
Martin Schain
Martin Schain el 15 de Mzo. de 2017
Comentada: Radoya Panic el 29 de Dic. de 2019
Hi, Matlab 2016a is unreasonably slow on my iMac (3.7 GHz i7, 16GB memory). As example, just calling the help function: >> tic, help plot, toc ... Elapsed time is 87.121085 seconds.
Does anyone have any idea of what's going on, and if there is anything I can do to fix it? Thank you, Martin
  3 comentarios
Martin Schain
Martin Schain el 15 de Mzo. de 2017
Thanks for your reply John.
I am using macOS Sierra, v.10.12, and Matlab runs locally on this machine. I checked the activity monitor, the only weird thing I was able to identify was a drastic increase in %CPU used by matlab. Running a help command caused %CPU to increase (from ~.5% while idle) to ~20%. I am not sure what to make of that though. The OS does not flag Matlab to be "non-responding" during the process.
Walter Roberson
Walter Roberson el 20 de En. de 2018
Is it possible that your license is being served over the network?

Iniciar sesión para comentar.

Respuestas (3)

Andrew Wingard
Andrew Wingard el 7 de Mzo. de 2019
I had a similar problem on my mac, this was ultimately related to an app called Magnet I purchased through the app store. If you are running magnet, I suggest uninstalling the application and running matlab.
  2 comentarios
Kristina Moore
Kristina Moore el 19 de Mzo. de 2019
Editada: Kristina Moore el 19 de Mzo. de 2019
WOW. I would've NEVER guessed that it was Magnet, out of all the apps I have on my Mac, but this is what fixed it for me. Thank you!
For posterity:
Although my MATLAB wasn't necessarily proccessing slow (plotting, solving systems of equations didn't take excruciatingly long as some people above have reported), but there was always a hiccup/lagginess to every little action. It was especially noticable when highlightling text in Editor to copy/paste. It was just enough to be annoying. I thought that I just had too much data in in MATLAB/too many things running on my Mac but uninstalling Magnet fixed it.
I'll report the issue to the Magnet devs--what a shame because I loved still having that capability after switching to Mac from Windows but MATLAB.
Radoya Panic
Radoya Panic el 29 de Dic. de 2019
I'm amazed. This was happening to me for over half a year and constantly frustrated me. Using a high quality mac and still having constant lagginess during my MATLAB use made me question the quality of my MAC. I deleted magent right away and am shocked. This worked...

Iniciar sesión para comentar.


Arnav Mendiratta
Arnav Mendiratta el 20 de Mzo. de 2017
It is hard to tell the cause of this behavior without more information about your system.
Here are the plausible causes:
- Low on-system RAM
- Low Java Heap Space set in 'Preferences'
- Loading some data or executing commands in 'startup.m'. You could rule out this possibility by checking if you have any commands in your 'startup' file. To open this file, execute the following command in MATLAB Command Window:
>> edit startup
- Certain graphics card and drivers have been known to cause this issue. If it is a graphics issue, you can switch to 'softwareopengl' to resolve this. If you have figured out this is indeed a graphics card issue, the best idea would be to update your driver to latest version (or roll it back to previous version if you have the most updated one.)
- Run a benchmark by typing "bench" in the command window. It will show the performance of some standard algorithms on your computer.
If you are still facing issue, you can contact The MathWorks' Technical Support team by creating a new help ticket: http://www.mathworks.com/support/servicerequests/create.html
They will help you troubleshoot this performance issue.
  1 comentario
Walter Roberson
Walter Roberson el 20 de En. de 2018
Software opengl is not available on Mac.

Iniciar sesión para comentar.


Thomas Gederberg
Thomas Gederberg el 20 de En. de 2018
I have a similar problem running MATLAB 2017b on 2015 MacBook Pro (2.8 GHz Intel Core i7, 16 GB RAM). When I run benchmark, I get >> bench ans = 0.0933 0.1703 0.0464 0.1140 60.4114 63.8843
which is showing that the 2D and 3D graphics are taking an enormously long time.
  1 comentario
Thomas Gederberg
Thomas Gederberg el 20 de En. de 2018
Interesting, I rebooted my Mac and the benchmark results are much improved. >> bench ans = 0.0909 0.1384 0.0499 0.1051 1.1252 0.8111

Iniciar sesión para comentar.

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