Borrar filtros
Borrar filtros

Matlab very slow using 100% CPU and RAM and still crashing

25 visualizaciones (últimos 30 días)
Jan Schnyder
Jan Schnyder el 10 de Oct. de 2019
Respondida: Sagar Atla el 25 de Nov. de 2019
Hello im using matlab R2019b and having problems with the program running. after some minutes the program starts to freeze for some minutes then will unfreeze until the whole things repeats itself. It is unusable and will crash after inputting simple funtions like x=y. Im using a surface pro 6 with 8gb ram etc and other colleagues have the same hardware and it runs smoothly for them.
  1 comentario
Star Strider
Star Strider el 10 de Oct. de 2019
My first thought would be to scan for viruses. Also, use Resource Monitor and Task Manager to see if there is anything running in the background that are using most of your computer resources and that is interfering with your computer. Doing a cold reboot may solve the problem,a t least temporarily.

Iniciar sesión para comentar.

Respuestas (1)

Sagar Atla
Sagar Atla el 25 de Nov. de 2019
It is possible that the caches are too big and may have to be cleared.
Try the following to try and fix that issue if present.
>> restoredefaultpath
>> rehash toolboxcache
After this step, please use MATLAB / Simulink normally to see if the issue occurs again. If the issue is resolved, then you can save the new MATLAB search path by executing the following command:
>> savepath

Categorías

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

Etiquetas

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by