![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10279323_1614651862203.png)
Arnaud Delorme
Followers: 0 Following: 0
Statistics
RANK
5.598
of 297.010
REPUTATION
8
CONTRIBUTIONS
0 Questions
5 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
2
RANK
307 of 20.418
REPUTATION
4.903
AVERAGE RATING
4.80
CONTRIBUTIONS
2 Files
DOWNLOADS
764
ALL TIME DOWNLOADS
33204
RANK
of 157.687
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
EEGLAB
A toolbox for processing electrophysiological data
11 maanden ago | 739 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/cab30acf-6774-4cf7-b1da-fba9afa7e73d/21680e3b-e1ad-4936-8627-93fe0b087bfa/images/screenshot.jpg)
Submitted
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.
ongeveer een jaar ago | 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));
meer dan 2 jaar ago | 1
EEGLAB don't start
Based on your screen capture, it seems that it did start. Arno
bijna 6 jaar ago | 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...
bijna 6 jaar ago | 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...
ongeveer 7 jaar ago | 1
| accepted
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...
meer dan 7 jaar ago | 0