Name
dec2hex — hexadecimal representation of integers
Calling Sequence
h=dec2hex(d)
Parameters
- d
matrix of non negative integers
- h
matrix of character strings
Description
dec2hex(x)
returns the hexadecimal representation
of a matrix of integers.
Examples
dec2hex([2748 10;11 3])