Parsing Binary Data File

Binary File Parsing with user-defined format.
265 Downloads
Aktualisiert 5. Jan 2015

Lizenz anzeigen

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.

Zitieren als

JaeJun Lee (2024). Parsing Binary Data File (https://www.mathworks.com/matlabcentral/fileexchange/48953-parsing-binary-data-file), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2014b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.1.0.0

Change Title

1.0.0.0