|
|
| File Information |
| Description |
This is a little ditty I put together while playing with Java. Remember that inputs and outputs are character arrays. I used Java rather than the Symbolic Toolbox.
USAGE:
c = jhex2dec(h);
VARIABLES:
h = hexdecimal input character array
c = decimal output character array |
| MATLAB release |
MATLAB 7.0.1 (R14SP1)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 01 Jun 2005 |
Change "char(c)" to "char(c.toString)" where c is a Java BigInteger, to make compatible with newer Matlab versions. |
|
Contact us at files@mathworks.com