| MATLAB® | ![]() |
n = hex2num(S)
n = hex2num(S), where S is a 16 character string representing a hexadecimal number, returns the IEEE double-precision floating-point number n that it represents. Fewer than 16 characters are padded on the right with zeros. If S is a character array, each row is interpreted as a double-precision number.
NaNs, infinities and denorms are handled correctly.
hex2num('400921fb54442d18')returns Pi.
hex2num('bff') returns
ans =
-1num2hex, hex2dec, sprintf, format
![]() | hex2dec | hgexport | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |