Arnaud Delorme
Followers: 0 Following: 0
Statistik
RANG
5.857
of 295.467
REPUTATION
8
BEITRÄGE
0 Fragen
5 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
2
RANG
346 of 20.234
REPUTATION
4.490
DURCHSCHNITTLICHE BEWERTUNG
5.00
BEITRÄGE
2 Dateien
DOWNLOADS
946
ALL TIME DOWNLOADS
31134
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gesendet
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.
12 Monate vor | 17 Downloads |
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));
mehr als 2 Jahre vor | 1
EEGLAB don't start
Based on your screen capture, it seems that it did start. Arno
mehr als 5 Jahre vor | 0
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...
mehr als 5 Jahre vor | 0
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...
fast 7 Jahre vor | 1
| akzeptiert
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...
mehr als 7 Jahre vor | 0