Name

hex2dec — conversion from hexadecimal representation to integers

Calling Sequence

d=hex2dec(h)

Parameters

d

matrix of integers

h

matrix of character strings corresponding to hexadecimal representation

Description

hex2dec(x) returns the matrix of numbers corresponding to the hexadecimal representation.

Examples

 
hex2dec(['ABC','0','A'])
 

See Also

base2dec, bin2dec, oct2dec, dec2bin, dec2oct, dec2hex