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 ...
使い方は、読み込みたいファイルをMATLABデスクトップウィンドウ左側にある「現在のフォルダー」ウィンドウにて右クリックし、「データのインポート」を選択するか、同じくMATLABデスクトップウィンドウ上側に並んでいるアイコンの中から「データのインポート」ボタンをクリックしてから ...
//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; ...