<div dir="ltr"><div class="gmail_default"><div><font color="#000000" face="times new roman, serif"><br></font></div><div><font color="#000000" face="times new roman, serif">Hello Ryan, Some notes below that should help, cheers!</font></div><div><font color="#000000" face="times new roman, serif"><br></font></div><div><span style="color:rgb(0,0,0);font-family:'times new roman',serif">If you type eegh in the command line after you run pop_spectopo and see the spectrum, then you will see a command that looks something like this:</span><br></div><div><div><font color="#000000" face="times new roman, serif"><br></font></div><div><font color="#000000" face="times new roman, serif"><div>figure; pop_spectopo(EEG, 1, [0  LengthofEpochorEEGdata], 'EEG' , 'percent', 15, 'freq', [6 10 22], 'freqrange',[2 25],'electrodes','off');</div><div><br></div></font></div><div><font color="#000000" face="times new roman, serif">in the command line, try something like this, after changing </font><span style="color:rgb(0,0,0);font-family:'times new roman',serif">LengthofEpochorEEGdata to whatever your data length.</span></div><div><font color="#000000" face="times new roman, serif"><br></font></div><div><font face="times new roman, serif"><span style="color:rgb(0,0,0)">[spectra frequencies] = spectopo </span><span style="color:rgb(0,0,0)">(EEG, 1, [0  </span></font><span style="color:rgb(0,0,0);font-family:'times new roman',serif">LengthofEpochorEEGdata</span><font face="times new roman, serif"><span style="color:rgb(0,0,0)">], 'EEG' , 'percent', 15, 'freq', [6 10 22], 'freqrange',[2 25],'electrodes','off');</span><br></font></div><div><span style="color:rgb(0,0,0)"><font face="times new roman, serif"><br></font></span></div><div><span style="color:rgb(0,0,0)"><font face="times new roman, serif">The spectra and frequencies are your variables of interest. </font></span></div><div><span style="color:rgb(0,0,0)"><font face="times new roman, serif"><br></font></span></div><div><span style="color:rgb(0,0,0)"><font face="times new roman, serif">Google the eeglab list for past mentions of the same question you have.</font></span></div><div><pre style="color:rgb(0,0,0)"><font face="times new roman, serif">For exporting matlab variables to excel can always just google "Export to Excel" on google, there are many pages for all basic questions.</font></pre><pre style="color:rgb(0,0,0)"><font color="#000000" face="times new roman, serif"><br></font></pre><pre style="color:rgb(0,0,0)"><font color="#000000" face="times new roman, serif">M</font><span style="font-family:arial,sans-serif;color:rgb(34,34,34)">atlab</span><span style="font-family:'times new roman',serif"> is important to learn in this case, at least a little.  </span><br></pre></div></div><div><font color="#000000" face="times new roman, serif">If you haven't had a chance to, see also  the eeglab tutorial and documentation online, including suggestions about what aspects of Matlab to learn.</font></div><div><font color="#000000" face="times new roman, serif">Read the documentation about your function by typing help or doc and the name of the function.</font></div><div><font face="times new roman, serif">In your case the two functions are pop_spectopo and spectopo, which you can also easily also google.</font></div><div><font face="times new roman, serif">In the function documentation and the eeglab online documentation, there are descriptions how to get output. </font></div><div><font face="times new roman, serif">In generally works like a function, which outputs the data in to a variable that you access in matlab.</font></div><div><br></div><div><pre style="color:rgb(0,0,0)"><font face="times new roman, serif"><br></font></pre><pre style="color:rgb(0,0,0)"><font face="times new roman, serif"><br></font></pre></div></div><div class="gmail_extra"><br></div></div>