Binary file read 16bit word in 2's complement
4 次查看(过去 30 天)
显示 更早的评论
Hi everyone, I have a binary file and I'm trying to read 16bit words (values) in 2's complement (till the end of the file). Is this something that can be done with default Matlab functions 'fread'?! Or must I use some other technique (custom functions).
0 个评论
采纳的回答
Jan
2017-10-30
What happens if you simply try it with fread? Post the code and explain the remaining problems specifically.
更多回答(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!