Main Content
dec2hex
Convert symbolic integer in decimal to hexadecimal representation
Description
returns
the hexadecimal representation of symbolic integer str
= dec2hex(d
)d
as a character
vector.
If d
is a matrix or multidimensional array of symbolic integers with
N elements, dec2hex
returns a character array with N rows. Each row of
the output str
corresponds to an element of d
accessed
with linear indexing.
Examples
Input Arguments
Version History
Introduced in R2019a