Main Content
dec2bin
Convert symbolic integer in decimal to binary representation
Description
returns
the binary representation of symbolic integer str
= dec2bin(d
)d
as a character
vector.
If d
is a matrix or multidimensional array of symbolic integers with
N elements, dec2bin
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