Convert BIN to HEX
    10 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
Hello guys,
I have a .BIN file that looks like this when opened in Matlab:

I would like to convert this to a HEX file with this kind of shape (this is from a HEX editor):

The 2 are not linked together, I just took portions of the file to show. How can I do such transformation so I can work with HEX data in Matlab?
Thanks!
0 Kommentare
Akzeptierte Antwort
  James Tursa
      
      
 am 18 Okt. 2015
        
      Bearbeitet: James Tursa
      
      
 am 18 Okt. 2015
  
      doc fopen
doc fread
doc dec2hex
1 Kommentar
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Data Type Conversion finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

