% load data from a MAT file load HPS1344_session1_GSR.mat; % create new NTT ntt = xff('new:ntt'); % store data from mat file in ntt ntt.Data = data;