C Math Library Reference | ![]() ![]() |
Hexadecimal to double precision number conversion
C Prototype
mxArray *mlfHex2num(mxArray *hex_value);
C Syntax
#include "matlab.h"
mxArray *hex_value; /* String array(s) */
mxArray *f = NULL; /* Return value */
mlfAssign(&f, mlfHex2num(hex_value
));
MATLAB Syntax
f = hex2num('hex_value
')
See Also
hex2num
Calling Conventions![]() | mlfHex2dec | mlfHilb | ![]() |