<div dir="ltr"><div>Hej!</div><div><br></div><div>Can you provide the code that you're using? Basing on your error message, you might have a typo.</div><div><br></div><div>As for the input used by runica - you need to form your data into a channel by frames(samples) data (of 'double' type if I remember). So in your case this should be a 19x200000 matrix. Each row should be a channel. Then this code should work just fine:</div><div><br></div><div>[weights,sphere] = runica(data)</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-10-22 20:08 GMT+02:00 Elí Vásquez <span dir="ltr"><<a href="mailto:ev.netek@gmail.com" target="_blank">ev.netek@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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>
<br>_______________________________________________<br>
Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" rel="noreferrer" target="_blank">http://sccn.ucsd.edu/eeglab/eeglabmail.html</a><br>
To unsubscribe, send an empty email to <a href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu">eeglablist-unsubscribe@sccn.ucsd.edu</a><br>
For digest mode, send an email with the subject "set digest mime" to <a href="mailto:eeglablist-request@sccn.ucsd.edu">eeglablist-request@sccn.ucsd.edu</a><br></blockquote></div><br></div>