Scilab 5.3.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
oct2dec
conversion from octal representation to integers
Calling Sequence
d=oct2dec(o)
Arguments
- 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"])
<< hex2dec | Integer representation | Trigonometry >> |