<div dir="ltr"><div><div><div><div><div><div>Hello Ana,<br><br></div>I think you can find several discussions about this kind of issue on the EEGLABLIST archives. For example, here's one: <a href="http://sccn.ucsd.edu/pipermail/eeglablist/2012/005176.html">http://sccn.ucsd.edu/pipermail/eeglablist/2012/005176.html</a>. I know I've responded to others, but I can't remember where they are right now.<br><br></div>Long story short, there are at least two approaches for this:<br></div>1) look into ERPLAB, it should have options for more complex trial definition based on multiple triggers<br></div>2) Use a for loop or an arrayfun() to rewrite your triggers based on the value of the following response codes (e.g., for a trigger called 'A' followed by a response called '1', you could concatenate the following response code onto the trigger to end up with a trigger like 'A1'); previous threads on the list should have code snippets.<br><br></div>Best,<br></div>Steve<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><br><br></div>Stephen Politzer-Ahles<br>New York University, Abu Dhabi<br>Neuroscience of Language Lab<br><a href="http://www.nyu.edu/projects/politzer-ahles/" target="_blank">http://www.nyu.edu/projects/politzer-ahles/</a><br></div></div></div>
<br><div class="gmail_quote">On Tue, Aug 4, 2015 at 7:25 PM, Alves Francisco, A.C. (Ana) <span dir="ltr"><<a href="mailto:a.alvesfrancisco@pwo.ru.nl" target="_blank">a.alvesfrancisco@pwo.ru.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div>
<div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt">Dear all,
<div><br>
</div>
<div>I am comparing 2 groups of participants in 4 different conditions (videos with different audiovisual asynchronies). </div>
<div>After each video, the participants were asked to judge whether the video just watched was in-sync (S1) or out-of-sync (S2).</div>
<div>Is there a way of epoching events that were followed by an in-sync response separately from the ones that were followed by an out-of-sync response? </div>
<div>I tried the code below for the in-sync responses (S1), without success..</div>
<div><br>
</div>
<div>
<div>ep_lim = [-0.8, 2];</div>
<div>tps = {EEG.event.type};</div>
<div>corr_tp = find(strcmp('1', tps));</div>
<div>prev_ev = corr_tp - 1;</div>
<div>EEG = pop_epoch( EEG, {}, ep_lim, 'eventindices', prev_ev);</div>
</div>
<div><br>
</div>
<div>Thank you for your attention!</div><span class="HOEnZb"><font color="#888888">
<div><br>
</div>
<div>ana francisco</div>
</font></span></div>
</div>

<br>_______________________________________________<br>
Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" rel="noreferrer" 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></blockquote></div><br></div>