<div dir="ltr">Hi!<div><br></div><div>I have a question about the runica algorithm. I´ve already ran in trough eeglab graphical interface with no problems.</div><div>By the way I'm using a 19ch Cognionics dry electrode headset. And I made a program in C# to get the signals which I then write to a CSV file, each column is a channel.</div><div>Each file consists of 200000, 200 seconds at 1000 samples per second.</div><div><br></div><div>Now I need to run ICA on my samples to the csv file imported to Matlab. And I have problems when I run the function. I get errors like these:</div><div><br></div><div><div>Error: File: runica.m Line: 138 Column: 4</div><div>Unbalanced or unexpected parenthesis or bracket.</div></div><div><br></div><div>It seems that i have not specified the arguments correctly</div><div><br></div><div>but then the format is the following. </div><div><br></div><div><div> Usage:</div><div>%         >> [weights,sphere] = runica(data); % train using defaults </div><div>%    else</div><div>%         >> [weights,sphere,compvars,bias,signs,lrates,activations] ...</div><div>%                             = runica(data,'Key1',Value1',...);</div><div>% Input:</div><div>%    data     = input data (chans,frames*epochs).</div><div><br></div><div>Can you help me specify the arguments so I can run the function without problems?</div><div><br></div><div>I thank you in advance for your time.</div><div><br></div><div>Eli</div></div></div>