<div dir="ltr">
<p class="MsoNormal"><span style lang="EN-US">Hello</span></p><p class="MsoNormal"><span style lang="EN-US"><br></span></p>
<p class="MsoNormal"><span style lang="EN-US">I have a problem
calculating the Study erp image.</span></p>
<p class="MsoNormal"><span style lang="EN-US">To find the
maximum number of lines to use for a specific condition, I run: </span></p>
<p class="MsoNormal"><span style lang="EN-US">for
s=1:numel(CURRENTSET)</span></p>
<p class="MsoNormal"><span style lang="EN-US">eeg_countepochs(ALLEEG(1,
s), 'eventtype')</span></p>
<p class="MsoNormal"><span style lang="EN-US">end </span></p>
<p class="MsoNormal"><span style lang="EN-US">I find that
I have a minimum of 56 trials in the specific condition. To be able to
precompute the erpimage for some reason I have to reduce that to 54 lines. I
phase sort and it computes fine and plotting works. I rerun the precompute and reduce
the number of lines to 40 and add smoothing factor of 10 to the data. It computes
fine, but I’m unable to plot due to:</span></p><p class="MsoNormal"><span style lang="EN-US"><br></span></p>
<p class="MsoNormal"><span style lang="EN-US">EEGLAB
error in function std_readfile() at line 257:</span></p>
<p class="MsoNormal"><span style lang="EN-US">Subscripted
assignment dimension mismatch</span></p>
<p class="MsoNormal"><span style lang="EN-US"> </span></p>
<p class="MsoNormal"><span style lang="EN-US">I have
reduced number of lines to 30 and 20 and it is still the same. </span></p>
<p class="MsoNormal"><span style lang="EN-US"> </span></p>
<p class="MsoNormal"><span style lang="EN-US">Also, when
I add the option to ‘concatenate’ nothing happens. There is some activation on
the processors for a second and then nothing. Matlab just prompts a new line. The
concatenate changes to ‘on’ in </span><span style lang="EN-US">STUDY.etc.erpimparams. If I try to plot I get:</span></p>
<p class="MsoNormal"><span style lang="EN-US"> </span></p>
<p class="MsoNormal"><span style lang="EN-US">EEGLAB error in function std_erpimageplot() at line 52:</span></p>
<p class="MsoNormal"><span style lang="EN-US">Reference to non-existing field ‘statistics’</span></p>
<p class="MsoNormal"><span style="font-family:"Times New Roman",serif" lang="EN-US"> </span></p>
<p class="MsoNormal"><span style lang="EN-US">So, what am
I doing wrong here?</span><span style="font-family:"Times New Roman",serif" lang="EN-US"></span></p>
<p class="MsoNormal"><span style lang="EN-US">This is what
I use (and with ‘concatenate’ ‘on’, and no smoothing):</span></p><p class="MsoNormal"><span style lang="EN-US"><br></span></p>
<p class="MsoNormal"><span style lang="EN-US">std_precomp(STUDY,
ALLEEG, 'components', 'recompute', 'on', 'erpim', 'on', 'erpimparams', {'nlines'
40 'smoothing' 10 'phasesort' [0 0 4 40 180]})</span></p>
<p class="MsoNormal"><span style lang="EN-US"> </span></p>
<p class="MsoNormal"><span style lang="EN-US">Thank you<br></span></p>
<p class="MsoNormal"><span style lang="EN-US"> </span></p>
<p class="MsoNormal"><span style lang="EN-US"> </span></p>
<p class="MsoNormal"><span style lang="EN-US"> </span></p>
</div>