MATLAB Consumes my PC Memory
Mostra commenti meno recenti
I discovered that when my MATLAB R2011b is just opened (not running any code yet), it uses atleast 210,000K of memory. While running it uses about 350000K to 750000K. However, after it has stopped runing, the memory usage continues to increase. Kindly help
1 Commento
Robert Cumming
il 19 Ott 2011
are you using pure matlab code or any mex/dll?
what toolboxes do you use?
Risposte (1)
Jan
il 19 Ott 2011
Win7/64, 2011b/64, DSP-Toolbox, PCT, SPT:
When I run some larger programs the initial memory consumption of 210MB grows to 250MB - after clearing all large results, of course.
What does this tell you:
inmem
whos
feature('memstats')
1 Commento
Ezekiel Agunlejika
il 19 Ott 2011
Categorie
Scopri di più su Performance and Memory in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!