POP_PROP Plot the properties of a channel or of an independent component.

Usage: >> pop_prop( EEG, typecomp); % pops up a query window
>> pop_prop( EEG, typecomp, chan, winhandle);

Inputs:
EEG   
dataset structure (see EEGGLOBAL)
typecomp   
[0|1] compute electrode property (1) or component property (0). Default is 1.
chan   
channel or component number
winhandle   
if this parameter is present or non-NaN, buttons for the rejection of the component are drawn. If non-zero, this parameter is used to backpropagate the color of the rejection button.
spectral_options   
[cell array] cell arry of options for the spectopo() function.

Author: Arnaud Delorme, CNL / Salk Institute, 2001

See also: pop_runica(), eeglab()

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

Back to functions