JHEX2DEC
Version 1.0.0.0 (358 octets) par
Michael Kleder
Arbitrary length hex to decimal conversion.
2,4K téléchargements
Mise à jour
1 juin 2005
Aucune licence
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
Citation pour cette source
Michael Kleder (2026). JHEX2DEC (https://fr.mathworks.com/matlabcentral/fileexchange/7063-jhex2dec), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R14SP1
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
En savoir plus sur Numbers and Precision dans Help Center et MATLAB Answers
Tags
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.0.0.0 | Change "char(c)" to "char(c.toString)" where c is a Java BigInteger, to make compatible with newer Matlab versions. |
