| MATLAB C++ Math Library | Search  Help Desk |
| dec2base | See Also |
Decimal number to base conversion
C++ Prototype
mwArray dec2base(const mwArray &d, const mwArray &base); mwArray dec2base(const mwArray &d, const mwArray &base, const mwArray &n);
C++ Syntax
#include "matlab.hpp" mwArray d, base, n; // Input argument(s) mwArray str; // Return value str = dec2base(d,base); str = dec2base(d,base,n);
MATLAB Syntax
str = dec2base(d,base) str = dec2base(d,base,n)
See Also
dec2base Calling Conventions