eeglab
eeglab copied to clipboard
I CAN'T IMPORT EVENT FROM MY EDF FILE (biosig toolbox)
> You do not need mexsload to load EDF events. You can use other options when calling the biosig function. For example, try importing with annotation off.
EEG = pop_biosig('file.edf', 'importannot', 'off'); [ALLEEG EEG CURRENTSET] = eeg_store(ALLEEG, EEG); eeglab redraw
Thank you so much for your answer! Still no luck while importing events after I uncheck the annotations option. After I imported the file with no events I use the "Import event info" from the menu, but more than 300k of events are imported after a long time.
When I try other import plugins like import_edf the events are imported normally but I get an error that says there is another edfread function and I need to remove it from the path.
Sorry if the question is too basic, but these are my first steps with EEGLab.
Originally posted by @lopezchau in https://github.com/sccn/eeglab/issues/657#issuecomment-2094372628