POP_LOADSTUDY Load an existing EEGLAB STUDY set of EEG datasets plus its corresponding ALLEEG structure. Calls std_loadalleeg().

Usage: >> [STUDY ALLEEG] = pop_loadstudy; % pop up a window to collect filename
>> [STUDY ALLEEG] = pop_loadstudy( 'key', 'val', ...); % no pop-up

Optional inputs:
'filename'   
[string] filename of the STUDY set file to load.
'filepath'   
[string] filepath of the STUDY set file to load.

Outputs:
STUDY   
the requested STUDY set structure.
ALLEEG   
the corresponding ALLEEG structure containing the (loaded) STUDY EEG datasets.

See also: std_loadalleeg(), pop_savestudy()

Authors: Hilit Serby & Arnaud Delorme, SCCN, INC, UCSD, September 2005

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

Back to functions