[Eeglablist] ica weights

Marta Zakrzewska marta.zakr at gmail.com
Thu Mar 13 16:05:54 PDT 2014


If you want to plot the timecourse of your components' signal you can use
eegplot
>> eegplot(EEG.icaact, 'srate', EEG.srate)

Note that you need to compute the icaact matrix first though - you can do
it using eeg_getdataact function:
>> EEG.icaact = eeg_getdatact(EEG,'component', 1:size(EEG.icaweights, 1));

Hope it helps!

Marta Zakrzewska


2014-03-13 14:13 GMT+01:00 joaquin .cuomo <jmcuomo at gmail.com>:

> Hi,
>
> after doing ICA, how can I plot the decompose signals?
>
> EEG = .....
> icaact: []
> icawinv: [7x7 double]
> icasphere: [7x7 double]
> icaweights: [7x7 double]
> icachansind: [1x7 double]
> .....
> (7 is the number of electrodes of my EEG system)
>
> Thanks!
>
> _______________________________________________
> Eeglablist page: http://sccn.ucsd.edu/eeglab/eeglabmail.html
> To unsubscribe, send an empty email to
> eeglablist-unsubscribe at sccn.ucsd.edu
> For digest mode, send an email with the subject "set digest mime" to
> eeglablist-request at sccn.ucsd.edu
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://sccn.ucsd.edu/pipermail/eeglablist/attachments/20140314/112c3c8d/attachment.html>


More information about the eeglablist mailing list