- 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 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Ganapathi Subramanian
2023년 5월 23일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!