fread() in MATLAB and C
Show older comments
Is fread() in MATLAB and C different? I have a command
offset = fread(fd, 1, 'uint32');
Can I directly use this comman in a C program. WOuld it give the same result??
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!