[Eeglablist] (no subject)

Brian Scally scallybrian at gmail.com
Fri May 16 04:39:01 PDT 2014


Hi,

Is there a way of getting 'eeglab redraw' to sync with the GUI when you use
it within a function? For example, I want to sync with the GUI so I can
pause the script and manually inspect the data before moving on - but it
won't sync with the GUI.



function preproc(x)

% Set home path

home_path = pwd;



% Load set

EEG = pop_loadset('filename',  [num2str(x) '_EEG.set'], 'filepath',
home_path);


eeglab redraw;

EEG = pop_eegplot( EEG, 1, 1, 1);

pause


.....

end



-- 
Brian Scally
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://sccn.ucsd.edu/pipermail/eeglablist/attachments/20140516/b9a90e67/attachment.html>


More information about the eeglablist mailing list