<div dir="ltr"><div class="gmail_default" style="color:#333399">Hello Alberto, Some brief notes below, best wishes!</div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399">Take a closer look at the various export options in eeglab. There should be a text export option under File > Export in the eeglab gui. If you haven't had a chance to, the best thing for you might be to load up the eeglab tutorial data and play around so as to learn/try all/most the menu options in the gui, which are a reflection of most of the functions available within eeglab.</div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399">Alternatively, just make a loop in a matlab scriplet that loops through the EEG.data for each epoch, and saves just that part out as a file of your choice (using any matlab method). The loop would occur as many times as there are epochs, and you can name/save each epoch as a variable named Data_Subject_EpochNumber for example.</div><div class="gmail_default" style="color:#333399"><br></div><div class="gmail_default" style="color:#333399"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 13, 2016 at 5:41 AM, Alberto Cacciola <span dir="ltr"><<a href="mailto:alberto.cacciola0@gmail.com" target="_blank">alberto.cacciola0@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><div><div><div>Dear all, <br><br></div>First of all, sorry if my question can be stupid. I searched on the previous messages of the mailing list but couldn't manage to find any solutions,<br><br>I am new with EEGlab. I splitted a resting state EEG in 2-s epochs as follow:<br><br>EEG = eeg_regepochs(EEG, 'recurrence', 2, 'limits', [0 2], 'rmbase', NaN);<br><br></div>and didn't encounter any problems. <br>Now I would like to save each epoch as a different file. For Instance, if I have 90 epochs of 2sec I would save each of the epoch as a .txt or .asc file, thus resulting in 90 independent files.<br>Is it possible? How should I proceed?<br><br></div>Many thanks for your help<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888">Alberto<br><div><div><br><br><br></div></div></font></span></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>