Memory Usage
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
Jan
2012 年 4 月 24 日
Using the tag "matlab" is meaningless in this forum: *All* question have to concern Matlab...
回答 (2 件)
Arthur
2012 年 4 月 24 日
You can use the profiler with memory stats.
1 件のコメント
Kaustubha Govind
2012 年 4 月 24 日
Or the memory function if you're on Windows: http://www.mathworks.com/help/techdoc/ref/memory.html
参考
カテゴリ
Help Center および File Exchange で Environment and Settings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!