Return the hexadecimal string corresponding to the nonnegative integer n. For example,
dec2hex (2748) "ABC"If n is a vector, returns a string matrix, one row per value, padded with leading zeros to the width of the largest value.
The optional second argument, len, specifies the minimum number of digits in the result.