| POP_SAVEH | Save the EEGLAB session command history stored in ALLCOM or in the 'history' field of the current dataset |
| Usage: | >> pop_saveh( ALLCOM, filename, filepath); >> pop_saveh( EEG.history, filename, filepath); |
| Inputs: | |
ALLCOM |
cell array of strings containing the EEGLAB command history |
EEG.history |
history field of the current dataset |
filename |
name of the file to save to (optional, default "eeglabhist.m" |
filepath |
path of the file to save to (optional, default pwd) |
| Author: | Arnaud Delorme, CNL / Salk Institute, 22 March 2002 |
| See also: | eegh, eeglab() |