Convert decimal number to character vector representing binary number
returns
the binary representation of symbolic number str
= dec2bin(d
)d
as a character vector.
d
must be a nonnegative integer.
If d
is a matrix or multidimensional array of symbolic numbers 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.