MATLAB uses 90%+ of CPU

7 次查看(过去 30 天)
Emirhan Bilgiç
Emirhan Bilgiç 2022-2-24
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.

回答(1 个)

Krishna
Krishna 2023-10-5
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 个评论
Walter Roberson
Walter Roberson 2023-10-5
However, the question has to do with the CPU use, not memory use.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

标签

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by