convert from hexadecimal to decimal
d=hex2dec(h)
:h matrix of strings corresponding to hexadecimal representation : :d matrix of doubles, positive integer values :
hex2dec(x) returns the matrix of numbers corresponding to the hexadecimal representation.
hex2dec(['ABC','0','A'])