MATLAB uses 90%+ of CPU
19 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello, MATLAB on my PC uses 90%+ of the CPU. Even if my PC is kind of new brand. My PC has the CPU of Amd Ryzen 7 3750H. And also my RAM is 16 GB's. And my SSD is 512 GB's with 100 GB's of free space. Display card is GTX-1650.
The version of MATLAB is R2021b.
I add the screenshot of Task Manager. Could you please help me? Thanks alot in advance.
0 commentaires
Réponses (1)
Krishna
le 5 Oct 2023
Hello Emirhan,
The task manager is displaying the memory allotted for MATLAB at that instance. When other applications would ask for memory, it would probably free the unused memory. Please go through the following MATLAB answer to learn more about this issue:
In addition to that, you can try several suggestions to reduce CPU memory usage, such as optimizing your code and clearing variables. It's also important to check for memory leaks and deallocate unnecessary memory using the clear command. Using memory-efficient data structures like sparse matrices or cell arrays instead of regular arrays can also help.
For more strategies to save memory, go through the following documentation:
Hope this helps,
Krishna Yadav.
1 commentaire
Voir également
Catégories
En savoir plus sur Logical dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!