Clear Filters
Clear Filters

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

25 views (last 30 days)
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 Comment
Star Strider
Star Strider on 10 Oct 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.

Sign in to comment.

Answers (1)

Sagar Atla
Sagar Atla on 25 Nov 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

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Tags

Products


Release

R2019b

Community Treasure Hunt

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

Start Hunting!