is there another data type other then double/single/uint with less memory requirements?

2 次查看(过去 30 天)
i have a problem with big matrics (20e3 by 20e3) currently they take too much ram, i guess that the problem has something to do with the floating point, for example uint takes only a fraction from a double data but the problem is that this data type round the number into an integer.
single is a half of double in memory consumption but still not good enaught.
is there another data type that meets my requirements? or shuld i just change the settings of the matlab floating point? if so, then how?
maybe you have another suggestion?
  3 个评论
Wolfgang Schwanghart
As said by David Young, single is the smallest data type. Perhaps you could tell more about what kind of analysis you want to do. There are functions such as blockproc, for example, that let you work with images that don't fit into main memory.

请先登录,再进行评论。

回答(1 个)

David Young
David Young 2014-2-15
If you need floating point, then single is the smallest data type.
The best solution may well be to process the large matrices in sections if the computation allows it.

类别

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

产品

Community Treasure Hunt

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

Start Hunting!

Translated by