<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr"><div>Thank you very much, Jan. I did not take that into account!<br></div><div><br></div><div>Elene.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Hau idatzi du Schoffelen, J.M. (Jan Mathijs) (<a href="mailto:jan.schoffelen@donders.ru.nl">jan.schoffelen@donders.ru.nl</a>) erabiltzaileak (2019 mai. 30, og. (11:49)):<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Elene,<br>
<br>
Please check the names of the electrode labels in the layout file, and compare them with the ones in your *.label field.<br>
Only the exactly matching tokens will be shown in the figure. <br>
<br>
Jan-Mathijs<br>
<br>
> On 30 May 2019, at 10:35, Elene Beitia Loinaz <<a href="mailto:elene.beitia@alumni.mondragon.edu" target="_blank">elene.beitia@alumni.mondragon.edu</a>> wrote:<br>
> <br>
> Hi Fieldtripers,<br>
> <br>
> I want to plot all the channels powerspectrum using ft_multiplotTFR.<br>
> <br>
> I have the next configuration in the ft_freq analiysis:<br>
> <br>
> cfg = [];<br>
> cfg.continuous = 'yes';<br>
> cfg.output = 'pow';<br>
> cfg.method = 'mtmconvol'; <br>
> cfg.taper = 'hanning'; <br>
> cfg.toi = [0:0.0039063:1];%[0: 0.0039063 : 479.9961];<br>
> cfg.foi = 8:12;<br>
> cfg.t_ftimwin = ones(length(cfg.foi),1)./10;<br>
> cfg.feedback = 'no';<br>
> cfg.hassampleinfo= 'yes';<br>
> <br>
> data_Fourier_TFR1 = ft_freqanalysis(cfg, data);<br>
> <br>
> and this is the data_Fourier_TFR1 structure that I obtained:<br>
> label: {128×1 cell}<br>
> dimord: 'chan_freq_time'<br>
> freq: [8 9 10 11 12]<br>
> time: [1×256 double]<br>
> powspctrm: [128×5×256 double]<br>
> elec: [1×1 struct]<br>
> cfg: [1×1 struct]<br>
> <br>
> I yse the next configuration in multiplot_TFR:<br>
> cfg = [];<br>
> cfg.parameter = 'powspctrm';<br>
> cfg.layout = 'bioSemi128.lay';<br>
> cfg.zlim = [-20 20];<br>
> cfg.colorbar='yes';<br>
> cfg.baselinetype = 'absolute';<br>
> <br>
> ft_multiplotTFR(cfg, data_Fourier_TFR1)<br>
> <br>
> It does not give me any error but I do not obtained to plot all the channels. The image that I obtained is the following one:<br>
> <br>
> <image.png><br>
> <br>
> Does someone how to solve this?<br>
> Thanks,<br>
> <br>
> Elene.<br>
> _______________________________________________<br>
> fieldtrip mailing list<br>
> <a href="https://mailman.science.ru.nl/mailman/listinfo/fieldtrip" rel="noreferrer" target="_blank">https://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br>
> <a href="https://doi.org/10.1371/journal.pcbi.1002202" rel="noreferrer" target="_blank">https://doi.org/10.1371/journal.pcbi.1002202</a><br>
<br>
<br>
_______________________________________________<br>
fieldtrip mailing list<br>
<a href="https://mailman.science.ru.nl/mailman/listinfo/fieldtrip" rel="noreferrer" target="_blank">https://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br>
<a href="https://doi.org/10.1371/journal.pcbi.1002202" rel="noreferrer" target="_blank">https://doi.org/10.1371/journal.pcbi.1002202</a><br>
</blockquote></div>