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!