| MATLAB® | ![]() |
str = dec2bin(d)
str = dec2bin(d,n)
returns the
str = dec2bin(d) binary representation of d as a string. d must be a nonnegative integer smaller than 2^52.
str = dec2bin(d,n) produces a binary representation with at least n bits.
Decimal 23 converts to binary 010111:
dec2bin(23)
ans =
10111![]() | dec2base | dec2hex | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |