C Math Library Reference    
mlfHex2dec

IEEE hexadecimal to decimal number conversion

C Prototype

C Syntax

MATLAB Syntax

See Also

Description

d = hex2dec('hex_value') converts hex_value to its floating-point integer representation. The argument hex_value is a hexadecimal integer stored in a MATLAB string. If hex_value is a character array, each row is interpreted as a hexadecimal string.


 mlfHess mlfHex2num