Hi guys,<br>
<br>
I've been trying to get the study ersp analysis working on single trials but I've not succeeded.<br>
<br>
in the function "std_readdata" I get the "Warning: Log of zero." error, which is on the line
ersp{c,g} = 20*log10(abs(ersp{c,g})); meaning that the absolute value
at some point is 0. <br>
(This leads to) further errors: <br>
<br>
??? Error using ==> set<br>
Bad value for axes property: 'CLim'<br>
Values must be increasing and non-NaN.<br>
<br>
Error in ==> caxis at 80<br>
            set(ax,'CLim',arg);<br>
<br>
Error in ==> tftopo at 714<br>
caxis([g.limits(5:6)]);<br>
<br>
I've tried to fix it but I'm not clever enough. any help would be appreciated.<br>
<br>
thank you so much,,<br>
Bob