How to read .bin file into matlab as a column vector?
2 ビュー (過去 30 日間)
古いコメントを表示
I have a .bin file from an equipment. This file represents bunch of information stored in the following manner (attached is the screenshot). I would want matlab to read these data values into a column vector.
0 件のコメント
回答 (1 件)
Steven Remington
2018 年 10 月 19 日
In order to read from a BIN file, I would recommend using the 'fread' function in MATLAB. More information about this command can be found at the link below:
By default, 'fread' reads the data into a column vector.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Large Files and Big Data についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!