POP_DELSET Delete a dataset from the variable containing all datasets.

Usage: >> ALLEEG = pop_delset(ALLEEG, indices);

Inputs:
ALLEEG   
array of EEG datasets
indices   
indices of datasets to delete. None -> a pop_up window asks the user to choose. Index < 0 -> it's positive is given as the default in the pop-up window (ex: -3 -> default 3).

Author: Arnaud Delorme, CNL / Salk Institute, 2001

See also: pop_copyset(), eeglab()

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

Back to functions