Arnaud Delorme
Followers: 0 Following: 0
Statistik
RANG
5.882
of 296.405
REPUTATION
8
BEITRÄGE
0 Fragen
5 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
2
RANG
320 of 20.376
REPUTATION
4.753
DURCHSCHNITTLICHE BEWERTUNG
4.80
BEITRÄGE
2 Dateien
DOWNLOADS
620
ALL TIME DOWNLOADS
32452
RANG
of 156.371
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.
etwa ein Jahr vor | 9 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...
etwa 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