How do I convert a byte representation of a number into its decimal equivalent and viceversa in Matlab/Octave?
February 21, 2012 in Matlab, Octave, Recipes
Let’s consider the case of a standard single precision number (a float) that is represented by 4 bytes. Suppose we want to find the byte hexadecimal representation of x=3.141592. To
…read more

Recent Comments