topoplotER

Thomas Koelewijn thomas.koelewijn at FCDONDERS.RU.NL
Mon Mar 13 13:51:50 CET 2006


Dear fieldtrippers,

 

I’m trying to use a half year old plot script to plot some new data, but it doesn’t do the trick anymore. Some changes seem to be made in the topoplotER function but I can’t figure out how to cope with them.

 

My data set:

 

label: {152x1 cell}

fsample: 600

avg: [152x601 double]

var: [152x601 double]

time: [1x601 double]

individual: [12x152x601 double]

dimord: 'subj_chan_time'

cfg: [1x1 struct]

grad: [1x1 struct]  

 

My script 

cfg = [];

cfg.colorbar='no';

cfg.xlim = [0.0:0.1:0.5];

cfg.showzlim     = 'no';

cfg.layout = 'ctf151s.lay';

cfg.zlim = [-1.5e-14 1.5e-14];

a = figure ('color',[1 1 1]);

topoplotER(cfg,O_GavgLRF_C);

 

what is going wrong?

 

Thomas

 


More information about the fieldtrip mailing list