matlab workspace memory calcualtion

12 ビュー (過去 30 日間)
Don S
Don S 2014 年 4 月 24 日
回答済み: Azzi Abdelmalek 2014 年 4 月 24 日
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 日
d=whos;
memory_size=d.bytes

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by