[FieldTrip] (no subject)
DELCON Lynn
Lynn.Delcon at ulb.be
Thu Oct 28 14:46:31 CEST 2021
Hi everyone,
I created my layout (‘layout_mont’) from a pic (below) but now it seems that my ICA) cannot be plotted as topography with the function : ft_topoplotIC
Here is my code :
cfg = [];
cfg.numcomponent = 11;
cfg.method = 'runica';
comp = ft_componentanalysis(cfg, data1);
figure ;
cfg = [];
cfg.component = [1:11]; % specify the component(s) that should be plotted
cfg.layout = layout_mont; % specify the layout file that should be used for plotting
cfg.comment = 'no';
cfg.colormap = colormap('jet');
ft_topoplotIC(cfg, comp) ;
Here is my layout :
[cid:image001.png at 01D7CC09.3218B150]
And here is the error messages :
[cid:image003.png at 01D7CC0A.7ABBDB70]
Thanks for your help,
Best regards,
Lynn Delcon (neurosciences student)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20211028/24c6d574/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 4FDB15FFEBBF4937B5718908D7A3F61E.png
Type: image/png
Size: 38767 bytes
Desc: 4FDB15FFEBBF4937B5718908D7A3F61E.png
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20211028/24c6d574/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 5FE3621EEEDA48759B620063A48CC90E.png
Type: image/png
Size: 19317 bytes
Desc: 5FE3621EEEDA48759B620063A48CC90E.png
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20211028/24c6d574/attachment-0001.png>
More information about the fieldtrip
mailing list