<div dir="ltr">Dear Fieldtrippers, <div><br></div><div>I've been doing some exploratory plotting of a dataset where several subjects were exposed to a continuous stimulus (CPM) over the course of three minutes. One of the things that was asked was a time-frequency plot, over those three minutes. While I'm not quite sure a TFR can be used on that scale without problems, I went ahead with it just to see what Fieldtrip would do. What I got, was this:<div>

<a href="http://tinypic.com/r/zx2tqs/5|">http://tinypic.com/r/zx2tqs/5|</a><br></div><div>And I have no idea what went wrong (note that this specific subject only got a 60s stimulus). Quality of the picture and the validity of the analysis aside, I have a severe problem with the axes, which seem to be all over the place.</div>

<div><br></div><div>I simply read the data using ft_preprocessing (no filters or anything, since the student in charge already used a 10Hz high-pass and a 150Hz low-pass filter).</div>
<div>The only field in 'cfg' is 'headerfile'.</div><div><br></div><div>Next, I call ft_freqanalysis with:</div><div><div><i>    cfg.output = 'pow';</i></div><div><i>    cfg.method = 'wavelet'; % default; Morlet wavelet</i></div>

<div><i>    cfg.taper = 'hanning';<br></i></div><div><i>    cfg.tapsmofrq = 4;</i></div><div><i>    cfg.channel = 'Cz';</i></div><div><i>    cfg.foi = [20:0.5:30];</i></div><div><i>    cfg.t_ftimwin = ones(length(cfg.foi),1).*0.25;</i></div>

<div><i>    cfg.toi = 0:0.5:60;</i></div></div><div><br></div><div>And finally, I end up with the monstrocity shown earlier. This problem only presents itself with Fieldtrip-related functions, the normal Matlab-plots work as well as they've ever done, so I'm thinking it's something in Fieldtrip that's causing this.</div>

<div><br></div><div>My hope is that someone has encountered this problem before, and knows how to solve it...</div><div><br></div><div>Sincerely,</div><div><br></div><div>Casper</div><div><br></div></div></div>