Why am I unable to read binary data using FSCANF?
조회 수: 1 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2010년 1월 14일
편집: MathWorks Support Team
2021년 12월 13일
I am trying to read binary data using FSCANF. My code used to run fine till MATLAB 7.0 (R14SP3). However, I am unable to use the same to code to read data in MATLAB 7.7 (R2008b).
채택된 답변
MathWorks Support Team
2021년 12월 10일
편집: MathWorks Support Team
2021년 12월 13일
This change has been incorporated into the documentation in MATLAB 7.9 (R2009b). For previous releases, read below for any additional information:
FSCANF can only be used to read formatted data from a file. To read binary data from a file, please use the FREAD function. To learn more about the FREAD function, please refer to the following link:
Additional information can also be found in the following technical note:
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Large Files and Big Data에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!