photo

Arnaud Delorme


Last seen: 3 månader ago Active since 2017

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
5 Answers

File Exchange

2 Files

RANK
5 882
of 298 949

REPUTATION
8

CONTRIBUTIONS
0 Questions
5 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
2

RANK
272 of 20 661

REPUTATION
5 409

AVERAGE RATING
4.80

CONTRIBUTIONS
2 Files

DOWNLOADS
456

ALL TIME DOWNLOADS
35749

RANK

of 162 957

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

  • GitHub Submissions Level 2
  • Personal Best Downloads Level 4
  • 5-Star Galaxy Level 4
  • First Submission
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Submitted


EEGLAB
A toolbox for processing electrophysiological data

ungefär ett år ago | 439 downloads |

5.0 / 5
Thumbnail

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.

mer än ett år ago | 5 downloads |

0.0 / 5

Answered
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));

ungefär 3 år ago | 1

Answered
EEGLAB don't start
Based on your screen capture, it seems that it did start. Arno

ungefär 6 år ago | 0

Answered
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...

ungefär 6 år ago | 0

Answered
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...

mer än 7 år ago | 1

| accepted

Answered
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...

ungefär 8 år ago | 0