[Eeglablist] change m.file in matlab

Arnaud Delorme arno at salk.edu
Thu Mar 9 14:19:11 PST 2006


mad 008 wrote:

> Dear list members
> I want to change the scale value of the channel plotting window , like 
> to set it on a fixed value every time I plot the data set, I tried to 
> do change it from the m.file but it didn’t work , any suggestion?

As documented in the function header, there is a option which allow to 
do that in eegplot

eegplot(EEG.data, 'spacing', 100);

If you want this to be the default, just change the following line in 
eegplot from

"try, g.spacing; catch, g.spacing = 0; end;"

to

"try, g.spacing; catch, g.spacing = 100; end;"

Best,

Arno






More information about the eeglablist mailing list