Community Profile

photo

Arnaud Delorme


Last seen: 28 days ago Active since 2017

Statistics

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

View badges

Content Feed

View by

Submitted


EEGLAB
A toolbox for processing electrophysiological data

1 month ago | 429 downloads |

Thumbnail

Submitted


EEGLAB/MATLAB deep learning demo
This repository is a demo of a deep-learning EEG model in MATLAB. This corresponds to a published paper in the description.

4 months ago | 5 downloads |

Answered
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));

2 years ago | 1

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

5 years ago | 0

Answered
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...

5 years ago | 0

Answered
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...

6 years ago | 1

| accepted

Answered
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...

7 years ago | 0