Multiplot
Montez, T.
t.montez at VUMC.NL
Mon Feb 28 17:26:24 CET 2005
Hi Fieldtrippers,
The course is becoming closer, but I would like to solve the multiplot
problem before that to prepare more interesting questions.
I now tried:
cfgpre = [];
cfgpre.dataset = 'C:\Data\A002-EC_20021016_02.ds'
cfgpre.trl= [[ones(1,2)]', [150*ones(1,2)]', [zeros(1,2)]']
cfgpre.channel='MEG'
datatest = preprocessing(cfgpre)
cfgpre.vartrllength=1
avg = timelockanalysis(cfgpre,datatest)
cfgpre.yparam = 'avg'
time=datatest.hdr.timeVec;
cfgpre.xparam = 'time'
multiplotER(cfgpre,datatest)
and got the errors:
??? Error using ==> min
Function 'min' is not defined for values of class 'cell'.
Error in ==> C:\Matlab\FieldTrip\fieldtrip-0.9.5\multiplotER.m
On line 117 ==> xmin = min(xvalues);
Thanks,
Teresa Montez
More information about the fieldtrip
mailing list