I am new to fieldtrip. After I processed the data, I got <br>triggered_trials = <br><br> hdr: [1x1 struct]<br> label: {273x1 cell}<br> time: {1x20 cell}<br> trial: {1x20 cell}<br> fsample: 600<br>
sampleinfo: [20x2 double]<br> grad: [1x1 struct]<br> cfg: [1x1 struct]<br>Now I want to remove a few trials with trial no 1 3 5 8. What command do I need to remove the trials and keep the structure of triggered_trials unchanged? Thanks!<br>