Scilab 5.4.1
Please note that the recommended version of Scilab is 6.1.0. This page might be outdated.
See the recommended documentation of this function
hex2dec
conversão de representação hexadecimal para inteiros
Seqüência de Chamamento
d=hex2dec(h)
Parâmetros
- d
matriz de inteiros
- h
matriz de strings correspondentes às representações hexadecimais
Descrição
hex2dec(x)
retorna a matriz de números
correspondentes às representações hexadecimais.
Exemplos
hex2dec(['ABC','0','A'])
Comments
Add a comment:
Please login to comment this page.