Skip to content
Advertisement

Tag: skip

Matlab’s fwrite: What happens to skipped bytes?

Suppose I have the following code: Then this would open an earlier specified file, skip the first 10 bytes and write 1 into the following two. But what happens to the first 10 bytes, assuming the opened file did not exist before? If I were to access one, what would I end up getting and why? Answer From the POSIX

Advertisement