I have to plot single channel spectra computed in specified epochs' time ranges such as:<br>pop_spectopo(EEG, 1, [-1000      0], 'EEG' , 'percent', 15, 'freqrange', [2 25], 'electrodes','off'<br><br>Is it possible to plot with pop_spectopo only specified channels as they may be chosen in:<br>[spectra,freqs] = spectopo(EEG.data(8,:), 0, EEG.srate, 'winsize', 256, 'nfft', 512); %<br>possibly setting as well winsize and nfft in the same way as with the above spectopo call?<br><br>As regards channels I tried to follow what has been suggested in:<br>http://sccn.ucsd.edu/pipermail/eeglablist/2011/004445.html<br>using an additional parameter " 'mapchans', 1:10 ", but without success.<br><br>thanks,<br>Alex <br>