Scilab-Branch-5.3-GIT
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
oct2dec
convert from octal to decimal
Calling Sequence
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"])
See Also
| << hex2dec | Représentation d'entier | Manipulation de matrices >> |