<div dir="ltr"><div class="gmail_default" style="color:rgb(51,51,153)">Hello Alberto, some notes below, best wishes.</div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div><div class="gmail_default" style="color:rgb(51,51,153)">**************************</div><div class="gmail_default" style="color:rgb(51,51,153)">Please review the extensive list of past eeglablist posts on your same question. These are listed further below at the end, and provide multiple similar past responses.</div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div><div class="gmail_default" style="color:rgb(51,51,153)">*First some general points for Alberto</div><div class="gmail_default" style="color:rgb(51,51,153)">Essentially, you can just review "setting up the output" for the  eeglab function you are running.</div><div class="gmail_default" style="color:rgb(51,51,153)">Run the function from the gui, then type eegh to get the function that was run.</div><div class="gmail_default" style="color:rgb(51,51,153)">then open and review the documentation for the function ("help" or "doc" and function-name).</div><div class="gmail_default" style="color:rgb(51,51,153)">Then run the command from eegh from the command line, to show yourself that it works as usual.</div><div class="gmail_default" style="color:rgb(51,51,153)">Then add the output stuff at the beginning of the function line that you run in your matlab script. </div><div class="gmail_default" style="color:rgb(51,51,153)">For the spectopo function which generates spectral information for each channel, you do something like the following in your matlab script:</div><div class="gmail_default" style="color:rgb(51,51,153)">[spectra freqs] = spectopo(EEG....other flags,settings);</div><div class="gmail_default" style="color:rgb(51,51,153)">Then you would look at the output variables, which contain the data. </div><div class="gmail_default" style="color:rgb(51,51,153)">Then you can cut/paste or export the data to a program of your choice.</div><div class="gmail_default" style="color:rgb(51,51,153)">For any eeglab function, this above process is possible. For most eeglab functions, one can ask for output. Usually the name of the gui version is "pop_" and then name of the underlying function. Any gui that opens has a "pop_FunctionName" label in it's titlebar, so it's easy to tell which function is being run.</div><div class="gmail_default" style="color:rgb(51,51,153)">Then you can open/review the documentation for the "pop_" version of the function, as well as the underlying function that is being called.</div><div class="gmail_default" style="color:rgb(51,51,153)">**if you haven't had a chance to, review the eeglab tutorial, and the tutorial on scripting.</div><div class="gmail_default" style="color:rgb(51,51,153)">**The overall process of grabbing output from functions does require a little bit of familiarity with matlab.</div><div class="gmail_default" style="color:rgb(51,51,153)">**for plotting bars in matlab for a some numbers, just google "barplot matlab" and go from there, accessing averages of data from the output of a function.</div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div><div class="gmail_default" style="color:rgb(51,51,153)">**********LIST for Alberto OF EEGLABLIST RESPONSES TO SIMILAR QUESTIONS</div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div><div class="gmail_default" style="color:rgb(51,51,153)"><div class="gmail_default" style="color:rgb(34,34,34)"><font color="#333399"><a href="https://sccn.ucsd.edu/pipermail/eeglablist/2016/011512.html">https://sccn.ucsd.edu/pipermail/eeglablist/2016/011512.html</a></font><br></div><div class="gmail_default" style="color:rgb(34,34,34)"><font color="#333399"><a href="https://sccn.ucsd.edu/pipermail/eeglablist/2012/004622.html">https://sccn.ucsd.edu/pipermail/eeglablist/2012/004622.html</a></font></div><div class="gmail_default" style="color:rgb(34,34,34)"><font color="#333399"><br></font></div></div><div class="gmail_default" style="color:rgb(51,51,153)"><pre style="white-space:pre-wrap;color:rgb(0,0,0)">here below are some of the weblinks below that come up with
the google search for "eeglablist spectra or frequency", and you can
just google each title below to get the eeglablist post. You can also
search by looking right into, or downloading, the eeglablist archives.
See also messages related to the ones below to.

[Eeglablist] help with power spectral density - Swartz Center for ...

[Eeglablist] spectopo with just the values without plotting

[Eeglablist] Calculating Alpha Asymmetry

[Eeglablist] About an export of mean band power etc

[Eeglablist] Compute Amplitude Spectra in microvolts units using ...

[Eeglablist] Calculation of each frequency band's power density?

[Eeglablist] How can I get the power of each frequency band?

[Eeglablist] about function spectopo()

How can I report the power spectral density in EEGLAB as a number ...

[Eeglablist] how can i compute power spectral denisty for EEG bands?

[Eeglablist] Alpha band extraction from spectopo

[Eeglablist] Power Spectra per channel for 3 conditions for 13 ...</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><br></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><br></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><br></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><br></pre></div><div class="gmail_default"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 14, 2016 at 6:16 PM, Alberto Sainz <span dir="ltr"><<a href="mailto:albertosainzc@gmail.com" target="_blank">albertosainzc@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 class="gmail_quote"><br><div style="word-wrap:break-word"><div><div><blockquote type="cite"><div>Hello,<br><br>First of all, thanks for creating this email list for support. </div><div><br></div><div>im new in Matlab and my question is, im trying to plot in bars the mean frequency power spectra of all the electrodes for each band (alpha, theta...), is there any way to do it?<br>For example, for a 30 minutes recording I need mean Alpha, Beta, etc, each one in a different bar. Each bar represents mean power of the 30min recording.<br><br>Also, I want to do ANOVA between different conditions/subjects. So basically I need to compare alpha between different recordings. Is there any way to import the data to SPSS or any other recommended software to analyze it?<br><br>Thank you<br></div></blockquote></div><br></div></div></div><br></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></div>