matlab workspace memory calcualtion

12 Ansichten (letzte 30 Tage)
Don S
Don S am 24 Apr. 2014
Beantwortet: Azzi Abdelmalek am 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

Antworten (1)

Azzi Abdelmalek
Azzi Abdelmalek am 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!

Translated by