matlab workspace memory calcualtion

25 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Language Fundamentals 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by