[Eeglablist] color bar and headplot
Henrik Ormåsen
henrikor at ulrik.uio.no
Wed Mar 15 07:03:25 PST 2006
We will make a move from a series of headplots. I've made a little
script for this. The problem is that colorbarscale is not the same
across all the pictures.
Script:
counter = 0;
for latency = -100:200:800
figure; pop_headplot(EEG,1,latency, 'ERP scalp maps of cen_old', [1 1], 'maplimits', [-max(-3,0) max(1,3)]);
print('-djpeg', sprintf('movieframe%3d.jpg', counter));%save as jpg
close; % close current figure
counter = counter + 1;
end;
- Henrik
More information about the eeglablist
mailing list