photo

Arnaud Delorme


Last seen: 約2ヶ月 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

0 質問
5 回答

File Exchange

2 ファイル

ランク
6,041
of 301,219

評判
8

コントリビューション
0 質問
5 回答

回答採用率
0.00%

獲得投票数
2

ランク
214 of 21,193

評判
6,536

平均評価
4.80

コントリビューション
2 ファイル

ダウンロード
672

ALL TIME ダウンロード
41393

ランク

of 173,467

コントリビューション
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

2年弱 前 | ダウンロード 653 件 |

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年以上 前 | ダウンロード 5 件 |

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

4年弱 前 | 1

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

7年弱 前 | 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...

7年弱 前 | 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年 前 | 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年以上 前 | 0