JDEC2HEX
Versione 1.0.0.0 (443 Byte) da
Michael Kleder
Uses Java to convert arbitrary length decimal to hex (for nonnegative integers)
2,1K download
Aggiornato
11 nov 2005
Nessuna licenza
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
Cita come
Michael Kleder (2025). JDEC2HEX (https://www.mathworks.com/matlabcentral/fileexchange/8986-jdec2hex), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R14SP2
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Scopri di più su Logical in Help Center e MATLAB Answers
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.0.0.0 |