
Arnaud Delorme
Statistics
RANG
6 856
of 273 040
RÉPUTATION
6
CONTRIBUTIONS
0 Questions
5 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
1
RANG
927 of 18 443
RÉPUTATION
1 928
CLASSEMENT MOYEN
5.00
CONTRIBUTIONS
1 Fichier
TÉLÉCHARGEMENTS
388
ALL TIME TÉLÉCHARGEMENTS
17242
RANG
of 122 459
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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));
8 mois il y a | 0
A soumis
EEGLAB
A toolbox for processing electrophysiological data
plus d'un an il y a | 387 téléchargements |

EEGLAB don't start
Based on your screen capture, it seems that it did start. Arno
plus de 3 ans il y a | 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...
plus de 3 ans il y a | 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...
environ 5 ans il y a | 1
| A accepté
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...
plus de 5 ans il y a | 0