Note that this reference documentation is identical to the help that is displayed in Matlab when you type “help ft_movieplotER”.
FT_MOVIEPLOTER makes a movie of the topographic distribution of the time-locked average. Use as ft_movieplotER(cfg, timelock) where the input data is from FT_TIMELOCKANALYSIS and the configuration can contain cfg.parameter = string, parameter that is color coded (default = 'avg') cfg.xlim = 'maxmin' or [xmin xmax] (default = 'maxmin') cfg.zlim = 'maxmin', 'maxabs' or [zmin zmax] (default = 'maxmin') cfg.samperframe = number, samples per fram (default = 1) cfg.framespersec = number, frames per second (default = 5) cfg.framesfile = [], no file saved, or 'string', filename of saved frames.mat (default = []); cfg.layout = specification of the layout, see below The layout defines how the channels are arranged. You can specify the layout in a variety of ways: - you can provide a pre-computed layout structure (see prepare_layout) - you can give the name of an ascii layout file with extension *.lay - you can give the name of an electrode file - you can give an electrode definition, i.e. "elec" structure - you can give a gradiometer definition, i.e. "grad" structure If you do not specify any of these and the data structure contains an electrode or gradiometer structure, that will be used for creating a layout. If you want to have more fine-grained control over the layout of the subplots, you should create your own layout file. To facilitate data-handling and distributed computing with the peer-to-peer module, this function has the following option: cfg.inputfile = ... If you specify this option the input data will be read from a *.mat file on disk. This mat files should contain only a single variable named 'data', corresponding to the input structure.
Share this page: