% reset the workspace clear close all % load spiral drawing data d = read_trc("lue-spiral.trc"); % set plotting parameters TL = [0 5]; nr = 2; nc = 3; % plot the left hand marker in x-y-z marker_name = "L.Finger3.M3"; marker_xyz = d{:,find(names(d) == "L.Finger3.M3") + [0:2]}; t = d{:,"Time"}; t_inds = t>min(TL)&t