[Eeglablist] Plotting ERSP for all channels in one figure

Makoto Miyakoshi mmiyakoshi at ucsd.edu
Mon Jan 28 09:00:56 PST 2013


Dear Sebastien,

As far as I know there is no tool yet for that purpose. You need to
write your own code to do that. Suppose you have 64 channel, the code
should be something like this:

for ch = 1:64
   subplot(8,8,ch)
   newtimef(EEG(ch,:,:), ...)
end

You can obtain the arguments in the newtimef() by typing eegh after
you run it from GUI.

Makoto


2013/1/20 Sebastien Pollet <sebastien.pollet at mail.mcgill.ca>:
> Dear all,
>
> I am  relatively new to EEGLab and Matlab, but am learning fast.
>
> With Plot > Time frequency transforms > Channel time-frequency, I  get a plot for one channel at a time.
>
> Is it possible to position the plots of all channels onto one figure according to my channel locations?
>
> Thanks very much in advance for any response.
>
> Sebastien
>
> _______________________________________________
> Eeglablist page: http://sccn.ucsd.edu/eeglab/eeglabmail.html
> To unsubscribe, send an empty email to eeglablist-unsubscribe at sccn.ucsd.edu
> For digest mode, send an email with the subject "set digest mime" to eeglablist-request at sccn.ucsd.edu



-- 
Makoto Miyakoshi
JSPS Postdoctral Fellow for Research Abroad
Swartz Center for Computational Neuroscience
Institute for Neural Computation, University of California San Diego



More information about the eeglablist mailing list