| MATLAB C Math Library | Search  Help Desk |
| mlfHex2dec | See Also |
IEEE hexadecimal to decimal number conversion
C Prototype
mxArray *mlfHex2dec(mxArray *hex_value);
C Syntax
#include "matlab.h"
mxArray *hex_value; /* Hexadecimal integer or string array */
mxArray *d = NULL; /* Return value */
mlfAssign(&d, mlfHex2dec(hex_value));
MATLAB Syntax
d = hex2dec('hex_value')
See Also
hex2dec Calling Conventions