How to clear the memory consumed by MATLAB Process after some simulations?
15 次查看(过去 30 天)
显示 更早的评论
When I start the MATLAB, the size consumed by the process is 385 Mb. After i run 200 Simulations, memory consumed by the MATLAB process is 10 Gb.
So I want to clear the simulation data periodically because I save the simulation data to hard disk. clear all does not help. Let me know how to recover the data consumed by the matlab process.
1 个评论
Al Dente
2015-8-4
http://www.mathworks.com/matlabcentral/answers/107877-does-matlab-have-memory-leaks, I don't know if this would help.
回答(1 个)
Walter Roberson
2015-8-4
pack() is the routine to use. Note that it can only be done when you are at the command line, and it will clean everything out of memory.
另请参阅
类别
在 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!