f2b:

--------------------------------------------------------------------------
   Return the binary representation of the float number fval.

   Since version 7.
--------------------------------------------------------------------------
   Form:
   [bval] = f2b(fval,bounds,bits)
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   fval          the float representation of the number
   bounds        the bounds on the variables
   bits          the number of bits to represent each variable

   -------
   Outputs
   -------
   bval          the binary representation of the number

--------------------------------------------------------------------------