Parsing Binary Data File
バージョン 1.1.0.0 (165 KB) 作成者:
JaeJun Lee
Binary File Parsing with user-defined format.
This function parses binary data according to 'fields name' and 'fields format'
And create struct variable,name is 'data', that has same fields that you passed via argument.
And return 'data'.
This function is not general solution for parsing binary data.
This function is useful when you repeatedly record data in specific format.
For example, you record state of the robot for each sampling steps.
[time in double] [joint x6 in double] [velocity x6 in double]...
and you recorded it for 10000 sampling steps.
Now you can joyfully use this function.
引用
JaeJun Lee (2026). Parsing Binary Data File (https://jp.mathworks.com/matlabcentral/fileexchange/48953-parsing-binary-data-file), MATLAB Central File Exchange. 取得日: .
MATLAB リリースの互換性
作成:
R2014b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
- MATLAB > Data Import and Analysis > Data Import and Export > Low-Level File I/O >
- MATLAB > Language Fundamentals > Data Types > Characters and Strings > String Parsing >
Help Center および MATLAB Answers で Low-Level File I/O についてさらに検索
