![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10279323_1614651862203.png)
Arnaud Delorme
Followers: 0 Following: 0
Statistik
RANG
5.598
of 297.016
REPUTATION
8
BEITRÄGE
0 Fragen
5 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
2
RANG
307 of 20.419
REPUTATION
4.905
DURCHSCHNITTLICHE BEWERTUNG
4.80
BEITRÄGE
2 Dateien
DOWNLOADS
753
ALL TIME DOWNLOADS
33218
RANG
of 157.725
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 | 7 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
fast 6 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...
fast 6 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