Arnaud Delorme - MATLAB Central
photo

Arnaud Delorme


Last seen: 8 meses hace Con actividad desde 2017

Followers: 0   Following: 0

Estadística

All
MATLAB AnswersFile ExchangeFrom 06/17 to 03/25Use left and right arrows to move selectionFrom 06/17Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

CLASIFICACIÓN
5.597
of 297.398

REPUTACIÓN
8

CONTRIBUCIONES
0 Preguntas
5 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
2

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

Ver insignias

Feeds

Ver por

Enviada


EEGLAB
A toolbox for processing electrophysiological data

12 meses hace | 793 descargas |

Thumbnail

Enviada


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.

más de 1 año hace | 5 descargas |

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

casi 3 años hace | 1

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

casi 6 años hace | 0

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

casi 6 años hace | 0

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

alrededor de 7 años hace | 1

| aceptada

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

más de 7 años hace | 0

Go to top of page