[Eeglablist] [eeglablist] topoplot of condition difference STUDY in special range of oddball task
Delorme, Arnaud
adelorme at ucsd.edu
Fri Aug 14 18:43:36 PDT 2020
Dear Elnaz,
If you have interpolated channels, at the end of your script use
chanlocs = eeg_mergelocs(ALLEEG.chanlocs);
figure; topoplot(N200, chanlocs);
The first line merge the channel location for all subjects as this is done in STUDY (if you have bad channel removed for some subjects). The second one plots the scalp topography. If you do not have interpolated channels, you can simply type:
figure; topoplot(N200, EEG(1).chanlocs);
Best wishes,
Arno
More information about the eeglablist
mailing list