Convert a number to hexidecimal notation.
convert2hex(d)
d
A vector of integers (must be < 2^31).
The input in hex, as character strings.
hex2dec()
convert2hex(333) dec2hex(333) dec2hex(0:30)