Memory Usage
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How can I find the memory used by various variables and arrays in my matlab program. I am using MATLAB R2009b. MTIC and MTOC not supported by this version.
1 commentaire
Jan
le 24 Avr 2012
Using the tag "matlab" is meaningless in this forum: *All* question have to concern Matlab...
Réponses (2)
Arthur
le 24 Avr 2012
You can use the profiler with memory stats.
1 commentaire
Kaustubha Govind
le 24 Avr 2012
Or the memory function if you're on Windows: http://www.mathworks.com/help/techdoc/ref/memory.html
Voir également
Catégories
En savoir plus sur Environment and Settings 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!