JDEC2HEX

Uses Java to convert arbitrary length decimal to hex (for nonnegative integers)
2,1K descargas
Actualizado 11 nov 2005

Sin licencia

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

Citar como

Michael Kleder (2024). JDEC2HEX (https://www.mathworks.com/matlabcentral/fileexchange/8986-jdec2hex), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R14SP2
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Logical en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0