Description Usage Arguments Value Author(s) Examples
A function to convert decimal values to binary values
1 | dec2bin(number, bits)
|
number |
the decimal number that needs to be converted. |
bits |
the number of bits of the result |
a vector contains of binary values 0 and 1.
Liye He liye.he@helsinki.fi
1 | dec2bin(8, 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.