EEGMOVIE Compile and view a Matlab movie. Uses scripts eegplotold() and topoplot. Use seemovie() to display the movie.

Usage: >> [Movie,Colormap] = eegmovie(data,srate,elec_locs,title,movieframes,minmax);

Inputs:
data   
(chans,frames) EEG data set to plot
srate   
sampling rate in Hz {0 -> 256 Hz}
elec_locs   
ascii file of electrode locations {0 -> 'chan_file'}
title   
'plot title' {0 -> none}
movieframes   
vector of frames to animate {0 -> all}
minmax   
[blue_lower_bound, red_upper_bound] {0 -> +/-abs max of data}
startsec   
starting time in seconds {0 -> 0.0}

Author: Colin Humphries & Scott Makeig, CNL, Salk Institute, La Jolla, 3/97

See also: seemovie(), eegplotold(), topoplot

See the matlab file eegmovie.m (may require other functions)

Back to functions