convert .mat to binary format
Show older comments
I have a set of data stored in matlab as variable x which contains 500 data points (values between 3 to 800)
i want to store this data as a binary format so that i can use it in a different software.
can someone help me out please.
Accepted Answer
More Answers (2)
Andreas Goser
on 3 May 2012
1 vote
The term "binary format" may be used in different ways. From the MATLAB perspective, there is the FWRITE command to "Write data to binary file".
hardik
on 3 May 2012
0 votes
1 Comment
Walter Roberson
on 3 May 2012
Complete with the space?
So that's the _character_ '0' and the _character_ '1' ? Or are those supposed to be a representation of consecutive bits?
Categories
Find more on Data Type Conversion 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!