Why does FSEEK behave differently in MATLAB 7.0.1 (R14SP1) compared to earlier releases?
Show older comments
I am using FSEEK and FREAD to read a binary file. In previous versions of MATLAB, I could read less than a whole byte of data, call FSEEK, and then a subsequent call to FREAD would complete the read of a partial byte of data before going on to a new byte. In MATLAB 7.0.1 (R14SP1), it appears that the second call to FREAD starts at the beginning of the new byte.
Accepted Answer
More Answers (0)
Categories
Find more on Low-Level File I/O in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!