<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr">Hi Fieldtripers,<div><br></div><div>I want to plot all the channels powerspectrum using ft_multiplotTFR.</div><div><br></div><div>I have the next configuration in the ft_freq analiysis:</div><div><br></div><div> cfg = [];</div> 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);<div><br><div>and this is the
data_Fourier_TFR1 structure that I obtained:</div><div> 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><div><br></div><div>I yse the next configuration in multiplot_TFR:</div><div> cfg = [];</div> 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)<div><br></div></div><div>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:</div><div><br></div><div><div><img src="cid:ii_jwaekn700" alt="image.png" width="462" height="372"><br></div></div><div><br></div><div>Does someone how to solve this?</div><div>Thanks,</div><div><br></div><div>Elene.</div></div></div>