fread order of operations
Show older comments
Does Matlab enforce some sort of order of executions for fread statements?
For example, if we did: fread(fid,1,'int8')*3 + fread(fid,1,'uint8')*4
Would the 'int8' read always execute before the 'uint8'?
I would have no reason to expect this, and it seems like either this should be the case, or this should show an mlint warning.
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB Report Generator 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!