This script uses the TDMS Reader package by Jim Hokanson to load TDMS files into Matlab. This package can be downloaded from: https://www.mathworks.com/matlabcentral ...
//Default value so that if file is interupted it'll still read it. See below. uint64_t NextSegment = 0xFFFFFFFFFFFFFFFF; //May be same as NextSegment, need to see more. uint64_t RawDataOffset = 0; ...