<< bernsteinMatrix | Elementary functions | bin2num >> |
D = bin2dec(TXT) |
a char array.
result of bin2dec: an integer value.
bin2dec converts number in base 2 to decimal.
Note:
- bin2dec and dec2bin are inverses of one another.
bin2dec('11')
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET