Scilab 5.5.1
Please note that the recommended version of Scilab is 6.1.1. 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)
Comments
Add a comment:
Please login to comment this page.