CSC-UW / csc-eeg-tools

Set of matlab functions for EEG io, preprocessing, analysis from the Center for Sleep and Consciousness, University of Wisconsin (csc)
19 stars 7 forks source link

Error when loading EEG with ICA activations #9

Closed Mensen closed 9 years ago

Mensen commented 9 years ago

Pretty sure this is your code bit that errors despite all my recent changes... I'm not totally sure what the inputs and outputs should look like so I'd rather not mess with it. Have a look at it so I can plot my components :)

Error using  * 
Inputs must be 2-D, or at least one input must be scalar.
To compute elementwise TIMES, use TIMES (.*) instead.

Error in csc_eeg_plotter>initialize_loaded_eeg (line 550)
            icaData = eegMeta.icaweights*eegMeta.icasphere*eegData;

Error in csc_eeg_plotter (line 192)
    EEG = initialize_loaded_eeg(handles.fig, EEG, EEG.data);