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
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'])
Ver Também
Report an issue | ||
<< dec2oct | Integer representation | oct2dec >> |