moo-n

Results 4 comments of moo-n

> > Are you sure you're using pop_loadset correctly? I think you need keywords, like EEG=pop_loadset('filename',filename,'filepath',filepath); > . I just tried the command and it loads the set just fine.

This time it was one file .set. I will use two files and let you know.

An update: this is the code I used: ``` %% test_script_amica_nsg.m % add eeglab to path eeglab; close; % load dataset filepath = [ pwd filesep ]; filename = '23456.set';...

Thank you for the answer. 768 is the number of points per epoch. I have over 1000 epochs. I did the preprocessing using EEGLAB GUI. Is there a way to...