- Try restarting MATLAB. Sometimes simply restarting MATLAB can resolve issue with software performance.
- Make sure you are running the latest version of MATLAB and all the latest updates are installed.
- If none of the steps work, try reinstalling MATLAB as this might fix any corrupted files. Follow the below link for clean reinstallation of MATLAB https://www.mathworks.com/matlabcentral/answers/131519-how-do-i-perform-a-clean-installation-of-matlab
Matlab running slow (or not at all)
26 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello!
Matlab is not really working when I try to run my code (the same code that has been working fine for weeks). I did not make any changes from yesterday to today, and today I suddenly cannot work.
I am running an LSTM with
net = trainNetwork(X_train_mtx',Y_train_mtx',layers,options);
Here I should see the training progress plots, but the figure does not open or it does just open and stay frozen (not showing any training progress)
. I checked the computer and it shows that a lof of the RAM is being used (I don't know if this was the case before too, but right now my laptop's fan is working hard)
I have no idea what the problem can be, since I really had no changes in my code (or my laptop). Could be a virus (I only have the Microsoft Defense)? Thanks in advance.
0 Kommentare
Antworten (1)
Ganapathi Subramanian
am 23 Mai 2023
Hi Marta,
It is my understanding that you are working on a LSTM model and wants to resolve the issue of MATLAB not working suddenly.
Here are few things which you can try to resolve your issue.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!