matlab workspace memory calcualtion
Show older comments
Hi,
Is there any way to calculate the total memory consumed by the variables loaded in the matlab workspace. I am working with data mining related applications.
Regards Don
Answers (1)
Azzi Abdelmalek
on 24 Apr 2014
d=whos;
memory_size=d.bytes
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!