<div dir="ltr">Thanks for the reply, <div><br></div><div>I think I've found what does not wrong although I don't know how to fix it. </div><div><br></div><div>In my design, I have 24 subjects in the first group. </div><div><br></div><div>When I write </div><div><br></div><div>>> [STUDY erspdata ersptimes erspfreqs pgroup pcond pinter] = std_erspplot(STUDY, ALLEEG, 'channels', {'E2'}, 'subject', '2');</div><div><br></div><div><div>>> D = erspdata{1,1};</div><div>>> size(D)</div><div><br></div><div>ans =</div><div><br></div><div>   100   200     1     6</div></div><div><br></div><div>Which is also wrong. However, it is striking that I have 11 subjects with the index starting by 1 (1,10,11,12,13,14,15,16,17,18,19) relating to the first error I sent you.</div><div> And here, 6 subjects whose index starts with 2 (2,20,21,22,23,24). </div><div><br></div><div>This is somehow confirmed by the following. When I write </div><div><br></div><div>>> [STUDY erspdata ersptimes erspfreqs pgroup pcond pinter] = std_erspplot(STUDY, ALLEEG, 'channels', {'E2'}, 'subject', '24');<br></div><div><br></div><div><div>>> D = erspdata{1,1};</div><div>>> size(D)</div><div><br></div><div>ans =</div><div><br></div><div>   100   200</div></div><div><br></div><div>Which is correct.</div><div><br></div><div>The same with </div><div><br></div><div>>> [STUDY erspdata ersptimes erspfreqs pgroup pcond pinter] = std_erspplot(STUDY, ALLEEG, 'channels', {'E96'}, 'subject', '3');<br></div><div><br></div><div><div>>> D = erspdata{1,1};</div><div>>> size(D)</div><div><br></div><div>ans =</div><div><br></div><div>   100   200</div></div><div><br></div><div><br></div><div>Is there a way to fix it ?</div><div><br></div><div>Thanks for your help,</div><div><br></div><div>Simon</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 9 September 2016 at 17:31, Makoto Miyakoshi <span dir="ltr"><<a href="mailto:mmiyakoshi@ucsd.edu" target="_blank">mmiyakoshi@ucsd.edu</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">Dear Simon,<div><br></div><div>Although I haven't used channel-level STUDY, yes I agree, at least this number 11 does not make sense to me immediately. If you think this is a bug, please file it to EEGLAB Bugzilla.</div><div><a href="https://sccn.ucsd.edu/bugzilla/enter_bug.cgi" target="_blank">https://sccn.ucsd.edu/<wbr>bugzilla/enter_bug.cgi</a></div><div>I appreciate your patience and cooperation.</div><div><br></div><div>Makoto </div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On Thu, Sep 1, 2016 at 9:00 AM, Simon Recherche <span dir="ltr"><<a href="mailto:srigoulotresearch@gmail.com" target="_blank">srigoulotresearch@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr">Hi all, <div><br></div><div>I am using the command lines of STUDY to get ersp values from my subjects. </div><div><br></div><div>I've tried </div><div><br></div><div>[STUDY erspdata ersptimes erspfreqs pgroup pcond pinter] =
std_erspplot(STUDY, ALLEEG, 'channels', {'E77'});</div><div><br></div><div>>> A = erspdata{1,1};<br></div><div><br></div><div><div>size(A)</div><div><br></div><div>ans =</div><div><br></div><div>    80   169     1    24</div></div><div><br></div><div>Which is normal since I have 24 subjects, 80 freqs and 169 time points. </div><div><br></div><div><br></div><div>However, when I do </div><div><br></div><div><p class="MsoNormal">[STUDY erspdata ersptimes erspfreqs pgroup pcond pinter] =
std_erspplot(STUDY, ALLEEG, 'channels', {'E77'}, 'subject', '1');<span></span></p></div><div><br></div><div><p class="MsoNormal"><span lang="EN-CA">>> D
= erspdata{1,1};<span></span></span></p>

<span lang="EN-CA" style="font-size:11pt;line-height:115%;font-family:calibri,sans-serif">>> size(D)</span><span style="font-size:11pt;line-height:115%;font-family:calibri,sans-serif">  ans =  80   169     1   
11. </span><br></div><div><span style="font-size:11pt;line-height:115%;font-family:calibri,sans-serif"><br></span></div><div><span style="font-size:11pt;line-height:115%;font-family:calibri,sans-serif"><br></span></div><div><span style="font-size:11pt;line-height:115%;font-family:calibri,sans-serif">I don't understand the 11. Should it be 24 or 1 ?</span></div><div><span style="font-size:11pt;line-height:115%;font-family:calibri,sans-serif"><br></span></div><div><span style="font-size:11pt;line-height:115%;font-family:calibri,sans-serif"><br></span></div><div><span style="font-size:11pt;line-height:115%;font-family:calibri,sans-serif"><br></span></div><div><span style="font-size:11pt;line-height:115%;font-family:calibri,sans-serif">Thanks for your help,</span></div><div><span style="font-size:11pt;line-height:115%;font-family:calibri,sans-serif"><br></span></div><div><span style="font-size:11pt;line-height:115%;font-family:calibri,sans-serif">Simon</span></div><p class="MsoNormal"><span></span></p></div>
<br></div></div>______________________________<wbr>_________________<br>
Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" rel="noreferrer" target="_blank">http://sccn.ucsd.edu/eeglab/ee<wbr>glabmail.html</a><br>
To unsubscribe, send an empty email to <a href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu" target="_blank">eeglablist-unsubscribe@sccn.uc<wbr>sd.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.e<wbr>du</a><span class="HOEnZb"><font color="#888888"><br></font></span></blockquote></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br><div data-smartmail="gmail_signature"><div dir="ltr">Makoto Miyakoshi<br>Swartz Center for Computational Neuroscience<br>Institute for Neural Computation, University of California San Diego<br></div></div>
</font></span></div>
</blockquote></div><br></div>