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

조회 수: 3 (최근 30일)
Kobi
Kobi 2014년 2월 15일
다시 열림: Azzi Abdelmalek 2014년 2월 15일
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
Kobi
Kobi 2014년 2월 15일
it's not the same question. uint8 is the wrong choice for me
Wolfgang Schwanghart
Wolfgang Schwanghart 2014년 2월 15일
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