My MATLAB gets sluggish over time so I have to keep restarting it
이전 댓글 표시
My MATLAB gets sluggish over time so I have to keep restarting it. I think that when I'm running a heavy script quite a few times my computer's memory is not getting properly freed up after each one. Does anyone else get this?
댓글 수: 3
Daniel Dolan
2012년 4월 6일
What operating system are you using?
Tom
2012년 4월 8일
Matt Fig
2012년 11월 2일
Tom's question
My MATLAB gets sluggish over time so I have to keep restarting it. I think that when I'm running a heavy script quite a few times my computer's memory is not getting properly freed up after each one. Does anyone else get this?
채택된 답변
추가 답변 (2개)
douglas
2012년 4월 6일
maybe write
clear all
close all
clc
at the beginning of your script to ensure you dont have a ton of variables or figures open in the background.
댓글 수: 2
Walter Roberson
2012년 4월 7일
Where is Jan's clear-all rant when you need it?
Daniel Shub
2012년 4월 7일
In this case clear all might be a valid answer. Better would be to figure out what is slowing things down, in the absence of that clear all is a nice hammer.
Daniel Shub
2012년 4월 7일
0 개 추천
No, I do not get this. I will point back to one of the first questions I asked on Answers: href=""<http://www.mathworks.com/matlabcentral/answers/1093-how-do-i-reset-matlab-to-its-launched-state</a>>
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!