matlab workspace memory calcualtion

11 views (last 30 days)
Don S
Don S on 24 Apr 2014
Answered: Azzi Abdelmalek on 24 Apr 2014
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
Azzi Abdelmalek on 24 Apr 2014
d=whos;
memory_size=d.bytes

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!