| POP_EXPICA |
Export ICA weights or inverse matrix |
 |
|
| Usage: |
>> pop_expica( EEG, whichica); % a window pops up >> pop_expica( EEG, whichica, filename ); |
|
| Inputs: |
EEG |
EEGLAB dataset |
whichica |
['weights'|'inv'] export ica 'weights' or ica inverse matrix ('inv'). Note: for 'weights', the function export the product of the sphere and weights matrix. |
filename |
text file name |
|
| Author: |
Arnaud Delorme, CNL / Salk Institute, Mai 14, 2003 |
|
| See also: |
pop_export() |