Products & Services Industries Academia Support User Community Company

Learn more about MATLAB   

dec2bin - Convert decimal to binary number in string

Syntax

str = dec2bin(d)
str = dec2bin(d,n)

Description

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.

Examples

Decimal 23 converts to binary 010111:

dec2bin(23)
ans =
    10111

See Also

bin2dec, dec2hex

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2009- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS