How to convert a file containing real numbers into binary/hexadecimal?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
MEENU SAINI
il 19 Giu 2016
Commentato: Walter Roberson
il 20 Giu 2016
I want to convert whole file of real numbers having atleast 1000 data points into binary/hex using some function or program. Plz help
0 Commenti
Risposta accettata
Walter Roberson
il 19 Giu 2016
num2hex() is the routine to use to see the hex representation of the IEEE 754 bit pattern for float or double.
Più risposte (2)
Azzi Abdelmalek
il 19 Giu 2016
Modificato: Azzi Abdelmalek
il 19 Giu 2016
You can use dec2bin and dec2hex function
1 Commento
Vedere anche
Categorie
Scopri di più su Data Type Conversion in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!