C++ Math Library Reference | ![]() ![]() |
IEEE hexadecimal to decimal number conversion
C++ Prototype
mwArray hex2dec(const mwArray &hex_value);
C++ Syntax
#include "matlab.hpp"
mwArray hex_value; // Hexadecimal integer or string array
mwArray d; // Return value
d = hex2dec(hex_value
);
MATLAB Syntax
d = hex2dec('hex_value
')
See Also
hex2dec
Calling Conventions![]() | hess | hex2num | ![]() |