Community Profile

photo

Arnaud Delorme


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

統計

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

バッジを表示

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

1年以上 前 | 0

送信済み


EEGLAB
A toolbox for processing electrophysiological data

2年以上 前 | ダウンロード 682 件 |

Thumbnail

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

4年以上 前 | 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...

4年以上 前 | 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...

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

6年以上 前 | 0