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