Name

base2dec — conversion from base b representation to integers

Calling Sequence

d=base2dec(s,b)

Parameters

d

matrix of integers

s

matrix of character strings corresponding to base b representation

b

integer, the base

Description

base2dec(x,b) returns the matrix of numbers corresponding to the base b representation.

Examples


base2dec(['ABC','0','A'],16)

    

See Also

bin2dec , oct2dec , hex2dec , dec2bin , dec2oct , dec2hex