matlab workspace memory calcualtion

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

回答 (1 件)

Azzi Abdelmalek
Azzi Abdelmalek 2014 年 4 月 24 日

0 投票

d=whos;
memory_size=d.bytes

カテゴリ

質問済み:

2014 年 4 月 24 日

回答済み:

2014 年 4 月 24 日

Community Treasure Hunt

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

Start Hunting!

Translated by