Community Profile

photo

Arnaud Delorme


Last seen: circa 2 mesi fa Attivo dal 2017

Statistiche

All
  • GitHub Submissions Level 2
  • Personal Best Downloads Level 4
  • 5-Star Galaxy Level 4
  • First Submission
  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Content Feed

Visto da

Risposto
Extract all columns from a table where the column names "start with" a string
colNames = fieldnames(mytable); [~,inds] = intersect(colNames, { 'A1' 'A2' } ); mytable = mytable(:,sort(inds));

quasi 2 anni fa | 1

Risposto
EEGLAB don't start
Based on your screen capture, it seems that it did start. Arno

quasi 5 anni fa | 0

Risposto
Can't Run ICA EEGLab
Dear Alina, This might be because you have linear dependencies in your input data. Could you try something like [EEG.icaweight...

quasi 5 anni fa | 0

Risposto
Problems to run .mat file in eeglab
EEGLAB cannot read Mat files from Acqknowledge nativelly. Instead there is a plugin called BIOPAC that can do that. Best wish...

oltre 6 anni fa | 1

| accettato

Risposto
How to automate/skip through EEGlab gui processing?
All EEGLAB functions are scriptable. So you should be able to call one of them to achieve your goal. It is unclear what you mean...

quasi 7 anni fa | 0