Scilab 6.0.0
Ajuda do Scilab >> Funções Elementares > Integer representation > dec2hex
dec2hex
representação hexadecimal de inteiros
Seqüência de Chamamento
h=dec2hex(d)
Parâmetros
- d
matriz de inteiros não-negativos
- h
matriz de strings
Descrição
dec2hex(x)
retorna a representação hexadecimal de
uma matriz de inteiros.
Exemplos
dec2hex([2748 10;11 3])
Comments
Add a comment:
Please login to comment this page.