Floating Point Number Conversion

Converts floating point numbers between decimal and IEEE 754 binary representation
3,1K Descargas
Actualizado 20 nov 2012

Ver licencia

This package is designed to convert floating point point numbers from their decimal to their binary formats, according to the IEEE 754 standard. This is useful when calculations at the limits of MATLAB precision are performed or when the binary strings are of interest, such as in genetic algorithms. The package consists of the following four scripts.

float2bin: converts decimal floating point numbers to IEEE 754 binary string

bin2float: converts binary string to floating point number

bitstr2vec: converts binary string to binary vector of 0s and 1s

bitvec2str: converts binary vector to binary string

The floating point format that Matlab utilizes and some functions relating to floating point precision and limits are described in this post:

http://matlabgeeks.com/tips-tutorials/floating-point-numbers-in-matlab-2/

The float2bin function included in this package is described in this post:

http://matlabgeeks.com/tips-tutorials/conversion-of-floating-point-numbers-in-matlab/

Citar como

Eric Verner (2026). Floating Point Number Conversion (https://es.mathworks.com/matlabcentral/fileexchange/39113-floating-point-number-conversion), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R14
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Numeric Types en Help Center y MATLAB Answers.
Versión Publicado Notas de la versión
1.0.0.0