<< dec2oct Integer representation oct2dec >>

Scilab Help >> Funções Elementares > Integer representation > hex2dec

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 >>