JDEC2HEX
Version 1.0.0.0 (443 Bytes) by
Michael Kleder
Uses Java to convert arbitrary length decimal to hex (for nonnegative integers)
2.1K Downloads
Updated
11 Nov 2005
No License
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
Cite As
Michael Kleder (2024). JDEC2HEX (https://www.mathworks.com/matlabcentral/fileexchange/8986-jdec2hex), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R14SP2
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Logical in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |