Hi,<br>I've had probably the same problem. It seems due to the fact that some events are no more coded as numbers but as characters.<br>If you digit in Matlab command window EEG.event.type probably you'll see that, for example, your event 11 instead became '11 '.<br>

In my case, some events had also a space (as you can see in the example), so eeglab can't code them as events.<br>What I've done is a script in Matlab to convert the events. <br>Here the script:<br><br>for i=1:size(EEG.event,2);<br>
    EEG.event(i).type=str2num(EEG.event(i).type);<br>    EEG.event(i).urevent=i;<br>    end;<br><br>Hoping this is useful,<br>Best,<br>Giorgia<br><br><br><br><div class="gmail_quote">
2011/4/30 Ron Ye <span dir="ltr"><<a href="mailto:ficusry@gmail.com" target="_blank">ficusry@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div>When using the lately released version(v1.09) of ANT importer for EEGLAB, I can normally read the *.cnt files in my 64bit MATLAB(R2010a). However, when I was trying to extract epochs, there comes a new problem, the *.trg files could not correctly match the cnt files, some of my trigger codes were lost.</div>



<div> </div>
<div>Does anyone have the same problem? <br clear="all"><br>-- <br></div>
<div><b>Dept. of Medical Psychology, The Neuropsychology Lab,</b></div>
<div><b></b> </div>
<div><b>Anhui Medical University,</b></div>
<div><b></b> </div>
<div><b>Hefei City, Anhui Province, PR China</b></div>
<div><b></b> </div>
<div><b>Tel: +86-551-2923704; Fax: +86-551-2923704</b></div>
<div> </div><br>
<br>_______________________________________________<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" target="_blank">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" target="_blank">eeglablist-request@sccn.ucsd.edu</a><br></blockquote></div><br><br clear="all">
<br>-- <br><font color="#888888">Giorgia Cona, <br>
PhD student<br>
Department of General Psychology, University of Padua,<br>
via Venezia 8, 35131 Padova - Italy<br>
Phone: +39 049 8276248<br>
E-mail: <a href="mailto:giorgia.cona@unipd.it" target="_blank">giorgia.cona@unipd.it</a><br>
<a href="http://lcnl.psy.unipd.it/people/cona.htm" target="_blank">http://lcnl.psy.unipd.it/people/cona.htm</a><a href="http://lcnl.psy.unipd.it/" target="_blank"></a><br>
<br>
</font><br>