convert from octal to decimal
d=oct2dec(o)
matrix of strings corresponding to octal representation
matrix of doubles, positive integer values
oct2dec(x) returns the matrix of numbers corresponding to the octal representation.
oct2dec(x)
oct2dec(["1" "756115"; "0" "23"])