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