<div dir="ltr"><div>Dear FieldTrip users, <br></div><div><br></div><div>I'm running the ft_componentanalysis function after applying ICA to my data. Although I'm not getting any error, the following warning came out: <br></div><div><br></div><div><i>Warning: could not determine dimord of "comp" in:<br><br>             label: {69×1 cell}<br>               cfg: [1×1 struct]<br>              topo: [69×1 double]<br>        topodimord: 'chan_comp'<br>              comp: 7<br>          unmixing: [1×69 double]<br>    unmixingdimord: 'chan_topochan'</i></div><div><i><br></i></div><div>Can this influence the way the components are displayed and consequently my results? Is this associated with the layout that I used or with the "demean" option?<br></div><div><br></div><div>My code is as follows: <br></div><div><span style="font-family:monospace">cfg = [];<br>%cfg.channel = 1:64;<br>cfg.method = 'runica';<br>cfg.demean = 'yes';<br>ica_cleaned = ft_componentanalysis(cfg, data);</span></div><div><span style="font-family:monospace"><br></span></div><div><span style="font-family:monospace">cfg = [];<br>cfg.component = 1:20;<br>cfg.layout = 'biosemi64.lay';<br>cfg.comment   = 'no';<br>ft_topoplotIC(cfg,
ica_cleaned

)</span><br><br></div><div>Thanks in advance,</div><div>Keep safe, <br></div><div>Helena Pereira<br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><i></i></div></div>