convert .mat to binary format
이전 댓글 표시
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.
채택된 답변
추가 답변 (2개)
Andreas Goser
2012년 5월 3일
1 개 추천
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
2012년 5월 3일
0 개 추천
댓글 수: 1
Walter Roberson
2012년 5월 3일
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?
카테고리
도움말 센터 및 File Exchange에서 Data Type Conversion에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!