Syntax
d=oct2dec(o)
Arguments
- o
matrix of strings corresponding to octal representation
- d
matrix of doubles, positive integer values
Description
oct2dec(x)
returns the matrix of numbers
corresponding to the octal representation.
See also
Report an issue | ||
<< hex2dec | Radix conversions | Integers >> |