dec2mvl - Convert decimal integer to binary string

Syntax

dec2mvl(d)
dec2mvl(d,n)

Description

dec2mvl(d) returns the binary representation of d as a multivalued logic string. d must be an integer smaller than 2^52.

dec2mvl(d,n) produces a binary representation with at least n bits.

Examples

The following function call returns the string '10111':

dec2mvl(23)

The following function call returns the string '01001':

dec2mvl(-23)

The following function call returns the string '11101001':

dec2mvl(-23,8)

See Also

mvl2dec

  


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