Scilab-Branch-6.1-GIT
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
conversão de octais para inteiros
Seqüência de Chamamento
d=oct2dec(o)
Parâmetros
- d
matriz de inteiros
- o
matriz de strings correspondentes às representações octais
Descrição
oct2dec(x)
retorna a matriz de número
correspondentes à representação octal
Exemplos
oct2dec(["1" "756115"; "0" "23"])
Ver Também
Report an issue | ||
<< hex2dec | Integer representation | Inteiros >> |