Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
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
Cita come
Michael Kleder (2026). JHEX2DEC (https://it.mathworks.com/matlabcentral/fileexchange/7063-jhex2dec), MATLAB Central File Exchange. Recuperato .
Informazioni generali
- Versione 1.0.0.0 (358 Byte)
-
Nessuna licenza
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.0.0.0 | Change "char(c)" to "char(c.toString)" where c is a Java BigInteger, to make compatible with newer Matlab versions. |
