Name

oct2dec — conversion from octal representation to integers

Calling Sequence

d=oct2dec(o)

Parameters

d

matrix of integers

o

matrix of character strings corresponding to octal representation

Description

oct2dec(x) returns the matrix of numbers corresponding to the octal representation.

Examples


oct2dec(["1" "756115"; "0" "23"])

    

See Also

base2dec , bin2dec , hex2dec , dec2bin , dec2oct , dec2hex