<div dir="ltr">Hi community,<div><br></div><div>I have a question here about EEG data analysis.</div><div><br></div><div>I concatenated two datasets together (data1=55 trials, data2=51 trials),<br></div><div>and then ran ICA to remove components we don't want for this concatenated dataset.</div><div> </div><div><span style="font-size:12.8000001907349px">"data_concat_forIC = ft_appenddata(cfg, data_forIC{1},data_forIC{2}"</span><br></div><div><div style="font-size:12.8000001907349px">comp= ft_componentanalysis(cfg, data_concat_forIC);<br></div><div style="font-size:12.8000001907349px">data_Theta = ft_rejectcomponent(cfg, comp);</div></div><div><br></div><div>After doing these steps, is there anyway to reverse the concatenated data1 and data2 back to two datasets?</div><div><br></div><div>In other words, if I have a datasets with 100 segmented trials ,</div><div>how can I separate this dataset into two data files (1~50 trials and 51~100 trials) without changing data structure?</div><div><br></div><div><span style="font-size:12.8000001907349px">Any help would be appreciated. </span><br></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">WanYu Hsu</span></div></div>