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