Parsing a Binary File (NOT using fread)
Ältere Kommentare anzeigen
I am trying to put together a (generic) binary parsing tool over the weekend that I can modify with specifics for a particular binary file (if someone could explain why there are different "types" of binary files, I would appreciate it...) at work on Monday. It is my understanding that parsing a binary file is faster than parsing plaintext, so to speed up my program, I would like to parse the binary file which has previously been converted to plaintext for parsing. I know about fread, but that seems to be something to read binary by converting it to plaintext - this is not what I want to do.
Any help with parsing a binary file (ie looking for specific values/phrase, which I will likely have to convert from plaintext to binary...) will be much appreciated.
2 Kommentare
Walter Roberson
am 9 Nov. 2012
What do you mean by "plaintext" in this situation?
Image Analyst
am 9 Nov. 2012
Bearbeitet: Image Analyst
am 9 Nov. 2012
What have you got against fread?
An example of what you're starting with and what you want to end up with would help. Just one line or something.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Import, Export, and Conversion finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!