convert .mat to binary format
14 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
採用された回答
Andreas Goser
2012 年 5 月 3 日
As I said -"The term "binary format" may be used in different ways.". You are then looking for DEC2BIN. An example is in the documentation.
その他の回答 (2 件)
Andreas Goser
2012 年 5 月 3 日
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".
0 件のコメント
hardik
2012 年 5 月 3 日
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?
参考
カテゴリ
Help Center および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!