<div dir="ltr"><div><div>Hi Kleber,<br><br>The data for a given dataset are in EEG.data, which is a 2- or 3-dimensional matrix (rows are channels, columns are samples; if it's epoched data, the third dimension is epochs). So the data for the nth sample are simply EEG.data(:,n) or EEG.data(:,n,:). You can sum those values using the sum() function in MATLAB.<br>
<br></div>As for your second question, I'm afraid I haven't quite understood what you're trying to do.<br><br></div>Best,<br>Steve<br><div><div><br><br>On Thu, May 16, 2013 at 5:15 PM, Kleber de Aguiar <<a href="mailto:kaguiar@cos.ufrj.br">kaguiar@cos.ufrj.br</a>> wrote:<br>
><br>> Hello Everyone in this list,<br>><br>> I would like to know if anyone of you can answer me a doubt about de reading<br>> of the values of a group of electrodes in a EEG exam, as I"ll explain bellow:<br>
><br>><br>> 1- Spliting the EEG recording in slots of time, that I will call them as<br>> "samples";<br>><br>> 2- Assuming that "n" electrodes were used in this EEG Recording;<br>><br>
> 3 - In every "sample" of the recording, there will have "n" electrodes values<br>> corresponding for each electrodes;<br>><br>> MY QUESTIONS:<br>><br>> * How can I sum this electrodes values of the sample in a single value that<br>
> represents  the total of microvolts oh that "sample"?<br>><br>> * How can I describe the values of "y" samples in a single value that<br>> represents these "y" sample values?<br>
><br>><br>> Best regards,<br>><br>> Kleber, a fresh researcher in this field.<br>><br>><br>><br>> --<br>> Programa de Engenharia de Sistemas e Computação<br>> PESC/COPPE/UFRJ<br>> Visite nossa página web (<a href="http://www.cos.ufrj.br">http://www.cos.ufrj.br</a>)<br>
>         ------***------<br>> Kleber de Aguiar<br>> Tecnólogo em Sistemas de Computação<br>> Mestrando em Engenharia de Sistemas e Computação - PESC/COPPE/UFRJ<br>> Tutor Presencial CEDERJ/UAB - Curso de Computação UFF<br>
> Twitter: @kleberIAguiar<br>><br>><br>> _______________________________________________<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><br>
<br><br><br><br>--<br>Stephen Politzer-Ahles<br>University of Kansas<br>Linguistics Department<br><a href="http://people.ku.edu/~sjpa/">http://people.ku.edu/~sjpa/</a></div></div></div>