Parse binary record
1 次查看(过去 30 天)
显示 更早的评论
I need to parse a binary record read (all at once consisting of many variables of different sizes) from a serial stream. Unfortunately fread can only read binary variables from a file or from the serial stream, but in the latter case much data are lost. This would be easy if the record were ASCII, but it's binary. Anyone see a way forward?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Low-Level File I/O 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!