Reducing memory of variables

2 次查看(过去 30 天)
I have a 108x108 cell, each cell contains a double of 525600x1, which represents a value for every minute of the year (the value can be two values 0 or 11)
I will generate 36 of these cells, my memory is limited to 64 GB. Can I somehow reduce the memory of the doubles?

采纳的回答

the cyclist
the cyclist 2021-4-19
Yes, there are many numeric types that use less memory than a double.
Looks like you could use an 8-bit unsigned integer.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Whos 的更多信息

产品


版本

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by