From: mohammad on 22 May 2010 10:27 hi there i want to have the binary form of the fractional number 0.75 that is 0.11 in matlab. which function can do this?
From: Walter Roberson on 22 May 2010 10:58 mohammad wrote: > i want to have the binary form of the fractional number 0.75 that is > 0.11 in matlab. > which function can do this? There is no provided function that can do that directly. Hint: the reverse is NumAsFloat32 = typecast( uint32( bin2dec( NumAsString ) ), 'single')
|
Pages: 1 Prev: nex and T in the demo of murphy's hmm toolbox Next: resolution |