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])
 
  

See Also

base2dec , bin2dec , oct2dec , hex2dec , dec2bin , dec2oct