<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-2"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Dear Magda,<div><br></div><div>what about</div><div><br></div><div><div>EEG1 = pop_select( EEG,'trial',[1:floor(EEG.trials/2)] );</div></div><div><div>EEG2 = pop_select( EEG,'trial',[ceil((EEG.trials+1)/2):EEG.trials] );</div></div><div><br></div><div>Best,</div><div><br></div><div>Arno</div><div><br></div><div><div><div>On Nov 20, 2013, at 7:26 PM, Magda Gawłowska <<a href="mailto:mag.gawlowska@gmail.com">mag.gawlowska@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"><div dir="ltr">Dear Arno,<div><br></div><div>Thank you for the tip - to be honest, I'm doing it like that from the very begining, but the problem lays in determining the number of epochs I want to select, eg.:</div><div>
<br></div><div>When I use command form GUI i have to type in the range of epochs for the 1st half of dataset and for the 2nd half od dataset - like below - form 1st to 48th, - which is the 1st half of my dataset (in that case I have 98 epochs in total)</div>
<div><br></div><div>EEG = pop_select( EEG,'trial',[1:48] );<br></div><div><br></div><div>I wanted to script this step for multiple subjects and every subect has different number of epochs in dataset - so obviously I cannot leave it as [1:48].</div>
<div><br></div><div>I tried the easiest possible way to solve it, by tiping in [1:end/2] for the 1st half and [end/2:end] for the 2nd - but it doesn't work... Do you maybe have any other idea how can I specify the range of epochs? :):)</div>
<div><br></div><div>Thank you once again!</div><div><br></div><div>Magda</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/11/20 Arnaud Delorme <span dir="ltr"><<a href="mailto:arno@ucsd.edu" target="_blank">arno@ucsd.edu</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear Magda,<br>
<br>
after you use the EEGLAB graphic interface to divide your dataset, look at the EEGLAB history using the "eegh" command. The last line will contain the command you will need to perform the same operation in a script.<br>

<br>
Best,<br>
<br>
Arno<br>
<div class="HOEnZb"><div class="h5"><br>
On Nov 11, 2013, at 4:42 AM, Magda Gawłowska <<a href="mailto:mag.gawlowska@gmail.com">mag.gawlowska@gmail.com</a>> wrote:<br>
<br>
> Dear EEGlab Users,<br>
><br>
> I'm quite new to Matlab scripting as I was previously using only GUI version of EEGLab. I was wondering if you can help me with scripting problem. I suppose it's not very complicated, but I have a hard time with finding the solution.<br>

><br>
> So, here we go - I  have segmented datasets with different number of events in each one. I wanted to divide sets into halves and save them as the 1st and the 2nd half. Up until now I've been doing it by simply using: Eidt -> select data -> epoch range, but it takes ages to do it manually. Is there any way to do it using script, so that Matlab checks number of events in every dataset at first, and then takes the 1st and 2nd half separately?<br>

><br>
> I would be grateful for any help!<br>
><br>
> Greetings,<br>
><br>
><br>
> Magda<br>
><br>
</div></div><div class="HOEnZb"><div class="h5">> _______________________________________________<br>
> Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" target="_blank">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>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Pozdrawiam!<div><br></div><div>Magda Gawłowska</div>
</div>
</blockquote></div><br></div></body></html>