Man Scilab

dec2hex
Scilab Function

dec2hex - hexadecimal representation of integers

Calling Sequence

h=dec2hex(d)

Parameters

Description

dec2hex(x) returns the hexadecimal representation of a matrix of integers

Examples


dec2hex([2748 10;11 3])
 
  

Back