Hi there,<br><br>I am having trouble to reject components after ICA/PCA done. Can somebody help on this?<br><br>My command is as follows,<br>cfg=[];<br>cfg.topo=comp.topo;<br>
cfg.topolabel=comp.topolabel;<br>comp_o=ft_componentanalysis(cfg,data_I4);<br><div id=":m">cfg=[];<br>cfg.component=[1 3 7];<br>data_I4c=ft_rejectcomponent(cfg,comp_o)<br><br>Errors pop up,<br><br>Reference to non-existent field 'invcomp'.<br>

<br>Error in ft_rejectcomponent (line 181)<br>  [junk, remove]    = match_str(comp.label, tmp.balance.invcomp.labelnew);</div>