C++ Math Library Reference | ![]() ![]() |
Decimal to hexadecimal number conversion
C++ Prototype
mwArray dec2hex(const mwArray &d); mwArray dec2hex(const mwArray &d, const mwArray &n);
C++ Syntax
#include "matlab.hpp" mwArray d, n; // Input argument(s) mwArray str; // Return value str = dec2hex(d); str = dec2hex(d,n);
MATLAB Syntax
str = dec2hex(d) str = dec2hex(d,n)
See Also
dec2hex
Calling Conventions![]() | dec2bin | deconv | ![]() |