| C++ Math Library Reference | ![]() |
Hexadecimal to double number conversion
C++ Prototype
mwArray hex2num(const mwArray &hex_value);
C++ Syntax
#include "matlab.hpp"
mwArray hex_value; // String array(s)
mwArray f; // Return value
f = hex2num(hex_value);
MATLAB Syntax
f = hex2num('hex_value')
See Also
hex2num Calling Conventions | hex2dec | hilb | ![]() |