hex2dec — conversion from hexadecimal representation to integers
d=hex2dec(h)
matrix of integers
matrix of character strings corresponding to hexadecimal representation
hex2dec(x) returns the matrix of numbers corresponding to the hexadecimal representation.
hex2dec(x)
hex2dec(['ABC','0','A'])