photo

Arnaud Delorme


Last seen: 2 months 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

0 个提问
5 个回答

File Exchange

2 文件

排名
5,879
of 299,877

声誉
8

贡献数
0 个提问
5 个回答

回答接受率
0.00%

收到投票数
2

排名
254 of 20,828

声誉
5,753

平均
4.80

贡献数
2 文件

下载次数
554

ALL TIME 下载次数
37469

排名

of 166,412

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

已提交


EEGLAB
A toolbox for processing electrophysiological data

1 year 前 | 556 次下载 |

5.0 / 5
Thumbnail

已提交


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.

2 years 前 | 2 次下载 |

0.0 / 5

已回答
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));

3 years 前 | 1

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

6 years 前 | 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...

6 years 前 | 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...

8 years 前 | 1

| 已接受

已回答
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...

8 years 前 | 0