From: Yumnam Kirani Singh on 15 Jan 2010 20:14 How do you store an data matrix in 4-bit integer format? Have any one already encountered any function in this forum for such problems? Or please suggest how to handle such problem in a easier way.
From: Oleg Komarov on 16 Jan 2010 06:45 Yumnam Kirani Singh > How do you store an data matrix in 4-bit integer format? Have any one already encountered any function in this forum for such problems? Or please suggest how to handle such problem in a easier way. Help int, uint Oleg
From: Rune Allnor on 16 Jan 2010 06:50 On 16 Jan, 12:14, Yumnam Kirani Singh <kirani.si...(a)gmail.com> wrote: > How do you store an data matrix in 4-bit integer format? Have any one already encountered any function in this forum for such problems? Or please suggest how to handle such problem in a easier way. There are no easy ways. The smallest standard data type is 8 bits, so if you insist on using only 4 bits you would need to use some sort of data compression scheme. Rune
From: Oleg Komarov on 16 Jan 2010 07:00 "Oleg Komarov" > Yumnam Kirani Singh > > How do you store an data matrix in 4-bit integer format? Have any one already encountered any function in this forum for such problems? Or please suggest how to handle such problem in a easier way. > > Help int, uint > Oleg Sry misread the post. Oleg
|
Pages: 1 Prev: how to convert an image of .mat to .jpg Next: convert m file (bwlabel inside) to c++ |