Is there a Matlab function that returns the binary representation of a float number?
It looks like you can use num2hex to convert a floating point into a hex string.