JDEC2HEX
by Michael Kleder
10 Nov 2005
(Updated 11 Nov 2005)
Uses Java to convert arbitrary length decimal to hex (for nonnegative integers)
|
Watch this File
|
| File Information |
| Description |
This function uses Java to convert arbitrary length decimal numbers to hexadecimal, for nonnegative integers. (Therefore, it is the inverse of the previously posted JHEX2DEC function.) Remember that inputs and outputs are character arrays. It does not require the Symbolic Toolbox.
USAGE:
h = jdec2hex(d);
VARIABLES:
d = decimal intput character array
h = hexdecimal output character array |
| MATLAB release |
MATLAB 7.0.4 (R14SP2)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us at files@mathworks.com