Parsing a Binary File (NOT using fread)
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 9 de Nov. de 2012
What do you mean by "plaintext" in this situation?
Image Analyst
el 9 de Nov. de 2012
Editada: Image Analyst
el 9 de Nov. de 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.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Import, Export, and Conversion en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!