
Arnaud Delorme
Statistics
RANK
5.694
of 258.337
REPUTATION
6
CONTRIBUTIONS
0 Questions
5 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
1.461 of 17.802
REPUTATION
1.184
AVERAGE RATING
5.00
CONTRIBUTIONS
1 File
DOWNLOADS
429
ALL TIME DOWNLOADS
13543
RANK
of 110.440
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
Content Feed
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));
2 giorni ago | 0
Submitted
EEGLAB
A toolbox for processing electrophysiological data
circa un anno ago | 428 downloads |

EEGLAB don't start
Based on your screen capture, it seems that it did start. Arno
circa 3 anni 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...
circa 3 anni 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...
oltre 4 anni 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...
circa 5 anni ago | 0