<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Dear Eduardo,<div><br></div><div>to plot the average power between 8 and 12 Hz, you can try something like</div><div><br></div><div><div>figure; [spec freqs] = pop_spectopo(EEG, 1, [-1000  1992.1875], 'EEG' , 'percent', 100, 'freq', [6 10 22], 'freqrange',[2 25],'electrodes','off');</div><div>close;</div><div>indMinFreq = find(freqs > 8);</div><div>indMaxFreq = find(freqs < 12);</div><div>powerAlpha = mean(spec(:,indMinFreq(1):indMaxFreq(end)),2);</div><div>figure; topoplot(powerAlpha', EEG.chanlocs, 'maplimits', 'maxmin');</div></div><div><br></div><div>Arno</div><div><br><div><div>On Feb 6, 2014, at 10:38 AM, Eduardo Schenberg <<a href="mailto:edueeg@gmail.com">edueeg@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello,<div><br></div><div>I am trying to plot only the topographic distribution of power at specified frequencies that appear in the upper part of the figure when using <i>pop_spectopo</i> function. Can anybody please help me to achieve this without using the GUI? I know that if I click on one of the head models after pop_spectopo I get a new figure with only that head, but I want to do this inside my script</div><div><br></div><div>many thanks in advance</div><div><br></div><div>eduardo</div></div>_______________________________________________<br>Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html">http://sccn.ucsd.edu/eeglab/eeglabmail.html</a><br>To unsubscribe, send an empty email to <a href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu">eeglablist-unsubscribe@sccn.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.edu</a></blockquote></div><br></div></body></html>