Converting binary 8 to decimal
Show older comments
Hi,
I am looking to convert a binary-8 data file to text. Please see the two attached files: the raw data is collected in binary 8 format, but for post-processing, I want to use the ASCII-deliminated format.
From the manual, which describes the format of the two files ( http://math.nist.gov/oommf/doc/userguide12a3/userguide/OVF_1.0_format.html ), the binary data is in 8-byte mode. I am trying to write a script which will convert the binary format to the matrix text format (I can convert the two manually, but want to automate the process).
I have tried using the fread function, but with no luck.
Thank you in advance!
Carl
Accepted Answer
More Answers (0)
Categories
Find more on Large Files and Big Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!