photo

Arnaud Delorme


Last seen: 3 mesi fa Attivo dal 2017

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

0 Domande
5 Risposte

File Exchange

2 File

RANK
5.450
of 300.302

REPUTAZIONE
8

CONTRIBUTI
0 Domande
5 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
2

RANK
240 of 20.911

REPUTAZIONE
5.948

VALUTAZIONE MEDIA
4.80

CONTRIBUTI
2 File

DOWNLOAD
827

ALL TIME DOWNLOAD
38448

RANK

of 168.040

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

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

Visualizza badge

Feeds

Visto da

Inviato


EEGLAB
A toolbox for processing electrophysiological data

oltre un anno fa | 774 download |

5.0 / 5
Thumbnail

Inviato


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.

quasi 2 anni fa | 3 download |

0.0 / 5

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

oltre 3 anni fa | 1

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

oltre 6 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...

oltre 6 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...

quasi 8 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...

oltre 8 anni fa | 0