Description Usage Arguments Value See Also
A function returns binary number from decimal number. The function is internally used in lbp function.
1 | dec2bin(x, digit=8)
|
x |
A decimal integer. |
digit |
A length of binary sequence. |
A binary number in array.
bin2dec, lbp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.