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
base2dec
conversão da base b para inteiros
Seqüência de Chamamento
d=base2dec(s,b)
Parâmetros
- d
- matriz de inteiros 
- s
- matriz de strings correspondentes às representações em base b 
- b
- inteiro, a base 
Descrição
base2dec(x,b) retorna a matriz de número
    correspondentes à representação em base b
Exemplos
base2dec(['ABC','0','A'],16)
Ver Também
| << Integer representation | Integer representation | bin2dec >> |