Apologies in advance as this question is not KINARM specific, but a general Matlab question. I have created a task that record ten trials. I wish to extract the ‘Right_HandX(i)’ for i=1:10 from c3d_data(1) such that I have a matrix of values for all trials.
i.e, if each trial produces a [4258×1 double], I would like to produce a [4258×10 double] for all trials. Many thanks.