<div>Hi, everyone.</div>
<div> </div>
<div>While using the function of newtimef(), I need a help.</div>
<div>Since I desire to display ERSP & ITC of individual datasets and change of datasets in the same scale, I defined the erspmax and itcmax in fixed number.</div>
<div> </div>
<div>---------------------</div>
<div>[ersp,itc,powbase,times,freqs,erspboot,itcboot] = newtimef({ALLEEG(1).data(chan,:,:) ALLEEG(2).data(chan,:,:)}, ...<br>EEG.pnts, [EEG.xmin EEG.xmax]*1000, EEG.srate, [0], 'padratio', 4, 'alpha', 0.05
, 'erspmax', [4], 'itcmax', [0.6], 'erplim', [-6 6])</div>
<div>-------------------------</div>
<div> </div>
<div>The problem is when I try to look over the change of ersp and itc.</div>
<div>Cause I want to see the difference of two datasets of ersp and itc in the same scale from every dataset.</div>
<div> </div>
<div>Is it possible to make erspmax, itcmax in a fixed number to the difference of two datasets?</div>
<div> </div>
<div>Any advice would be much appreciated.</div>