<html><head><base href="x-msg://1633/"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Dear Flávia,<div><br></div><div>I do not know of any plugin to perform that operation from the EEGLAB menu.</div><div>From the command line, you may compare (subtract) the activity of one electrode from another. For example to compare alpha power between 2 electrodes.</div><div><br></div><div>spectralData = pop_spectopo(EEG,  1, [0  EEG.xmax*EEG.srate], 'EEG' ,'freqrange',[8 12], 'plot', 'off');</div><div>leftElectrodeIndex = 1;</div><div>rightElectrodeIndex = 2;</div><div>powerDifference = mean(spectralData(1,:)) -  mean(spectralData(2,:)); </div><div><br></div><div>Best,</div><div><br></div><div>Arno</div><div><br><div><div>On 22 Apr 2013, at 13:10, Flávia S Belham wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div class="hmmessage" style="font-size: 12pt; font-family: Calibri; "><div dir="ltr"><font face="Times New Roman"></font><p class="MsoNormal" style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 10pt; margin-left: 0cm; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span lang="EN-US">Hello!</span></p><p class="MsoNormal" style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 10pt; margin-left: 0cm; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span lang="EN-US"><o:p></o:p></span> </p><font face="Times New Roman"></font><p class="MsoNormal" style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 10pt; margin-left: 0cm; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span lang="EN-US">Here is a somehow easy question (I think): how can I compare activations between the left and the right electrodes?</span></p><font face="Times New Roman"></font><p class="MsoNormal" style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 10pt; margin-left: 0cm; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span lang="EN-US">I did a search on the previous e-mails, but I could only find scripts. I’m still learning how to use this language, so it would be extremely helpful and kind if someone could explain the steps to me using the menu of the data editor.<o:p></o:p></span></p><font face="Times New Roman"></font><p class="MsoNormal" style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 10pt; margin-left: 0cm; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span lang="EN-US">Thank you all!<o:p></o:p></span></p><font face="Times New Roman"></font><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 10pt; margin-left: 0cm; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span lang="EN-US"></span> <br class="webkit-block-placeholder"></div><p class="MsoNormal" style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 10pt; margin-left: 0cm; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span lang="EN-US">F</span><span lang="EN-US">lávia Belham<o:p></o:p></span></p><font face="Times New Roman"></font><p class="MsoNormal" style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 10pt; margin-left: 0cm; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span lang="EN-US">Graduate School of Animal Biology</span></p><p class="MsoNormal" style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 10pt; margin-left: 0cm; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span lang="EN-US">Laboratory of Neurosciences and Behavior<o:p></o:p></span></p><font face="Times New Roman"></font><p class="MsoNormal" style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 10pt; margin-left: 0cm; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "><span lang="EN-US">University of Brasilia, Brazil<o:p></o:p></span></p><font face="Times New Roman"></font><br></div>_______________________________________________<br>Eeglablist page:<span class="Apple-converted-space"> </span><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<span class="Apple-converted-space"> </span><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<span class="Apple-converted-space"> </span><a href="mailto:eeglablist-request@sccn.ucsd.edu">eeglablist-request@sccn.ucsd.edu</a></div></blockquote></div><br></div></body></html>