Scilab 6.0.0
Scilab Help >> Elementary Functions > Radix conversions > oct2dec
oct2dec
convert from octal to decimal
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.
Examples
oct2dec(["1" "756115"; "0" "23"])
Comments
Add a comment:
Please login to comment this page.