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
dec2oct
representação octal de inteiros
Seqüência de Chamamento
o=dec2oct(d)
Parâmetros
- d
- matriz de inteiros não-negativos 
- o
- matriz de strings 
Descrição
dec2oct(x) retorna a representação octal de uma
    matriz de inteiros.
Exemplos
dec2oct([2748 10;11 3])
Ver Também
| << dec2hex | Integer representation | hex2dec >> |