<div dir="ltr"><div class="gmail_default" style="color:rgb(51,51,153)">​Hello Javier, you should be able to compute the output of an eeglab function (and it's comparisons) and then feed that information to your choice of visualization function. Try taking a closer look at the documentation for newtimef., and a closer look at the various outputs you can get from the function.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 10, 2017 at 7:42 AM, Javier Sanchez <span dir="ltr"><<a href="mailto:reyvaj48@gmail.com" target="_blank">reyvaj48@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div>Recently, I am using metaplottopo to plot multichannel ERSP analyses, as you can see in my scripts:<br><div><br>figure(2); <br>metaplottopo( ALLEEG(1).data, 'chans', [1:31], 'plotfunc', 'newtimef', 'chanlocs', ALLEEG(1).chanlocs, 'plotargs', {ALLEEG(1).pnts, [-900  1499], ALLEEG(1).srate, [1000], 'cycles', [3 0.5], 'baseline',[0], 'alpha',0.05, 'plotitc' , 'off', 'mcorrect', 'fdr', 'plotphase', 'off', 'ntimesout', 400, 'padratio', 1, 'winsize', 900}, 'title', [ALLEEG(1).setname]);<br><br>figure(3); <br>metaplottopo( ALLEEG(2).data, 'chans', [1:31], 'plotfunc', 'newtimef', 'chanlocs', ALLEEG(2).chanlocs, 'plotargs', {ALLEEG(2).pnts, [-900  1499], ALLEEG(2).srate, [1000], 'cycles', [3 0.5], 'baseline',[0], 'alpha',0.05, 'plotitc' , 'off', 'mcorrect', 'fdr', 'plotphase', 'off', 'ntimesout', 400, 'padratio', 1, 'winsize', 900}, 'title', [ALLEEG(2).setname]);<br><br><br></div><div>How, can I use the same function to generate a plot with the result of the comparisons between the two conditions?<br><br></div><div>Thanks in advance<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888"><div>Javier<br clear="all"></div><div><br></div></font></span></div>
<br>______________________________<wbr>_________________<br>
Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" rel="noreferrer" target="_blank">http://sccn.ucsd.edu/eeglab/<wbr>eeglabmail.html</a><br>
To unsubscribe, send an empty email to <a href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu">eeglablist-unsubscribe@sccn.<wbr>ucsd.edu</a><br>
For digest mode, send an email with the subject "set digest mime" to <a href="mailto:eeglablist-request@sccn.ucsd.edu">eeglablist-request@sccn.ucsd.<wbr>edu</a><br></blockquote></div><br></div>