Binary file read 16bit word in 2's complement
조회 수: 6 (최근 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!