dec2hex
convert from decimal to hexadecimal
Arguments
:d matrix of doubles, positive integer values
: :h matrix of strings
:
Description
dec2hex(x) returns the hexadecimal representation of a matrix of
integers.
See Also
- base2dec convert from base b to decimal
- bin2dec convert from binary to decimal
- oct2dec convert from octal to decimal
- hex2dec convert from hexadecimal to decimal
- dec2bin convert from decimal to binary
- dec2oct convert from decimal to octal