Possible Duplicate:
Binary representation of a number in Matlab
I am using matlab and would like to convert a number such as 7546.456124865 to single precision.
I’ve used the single() command, but I would like to get the binary for the single precision floating point. How do I go about doing this?
1 Answer