POP_LOADEEG Load a neuroscan EEG file (pop out window if no arguments).

Usage: >> [dat] = pop_loadeeg( filename, filepath, range_chan, range_sweeps, range_typeeeg, range_response);

Inputs:
filename   
file name
filepath   
file path
range_chan   
matlab index array for the electrodes to load (ex: 3,4:10; default all)
range_sweeps   
matlab index array for the sweeps'index to load (default all)
range_typeeeg   
matlab index array for the type to load (default all)
range_response   
matlab index array for the responses to load (default all)

Outputs:
dat   
data structure

See also: eeglab, loadeeg, pop_loadset

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

Back to functions