MATLAB Function Reference    
hex2num

Hexadecimal to double number conversion

Syntax

Description

f = hex2num('hex_value') converts hex_value to the IEEE double-precision floating-point number it represents. NaN, Inf, and denormalized numbers are all handled correctly. Fewer than 16 characters are padded on the right with zeros.

Examples

See Also

format, hex2dec, sprintf


  hex2dec hgload