testfile_freadnskip¶
TESTFILE_FREADNSKIP - Demonstrates how to use FREAD with SKIP to read in arbitrary data
DATA = TESTFILE_FREADNSKIP;
Opens the file 'testfile_uint16.bin' for reading, and then reads in 2
unsigned 16 bit integers, skips 5, and repeats, for 10 bouts.
To read the code, use 'type testfile_freadnskip'