<div dir="ltr"><div>Dear Omid,</div><div><br></div><div>That is weird. How about this? This is line 977 of eeg_checkset.</div><div><br></div>EEG.icaact = (EEG.icaweights*EEG.icasphere)*EEG.data(EEG.icachansind,:);<br><div>

<br></div><div>Makoto</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/8/7 omid abbasi <span dir="ltr"><<a href="mailto:omidabbasi2000@gmail.com" target="_blank">omidabbasi2000@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"><div><div><div>Dear Makoto<br><br></div>I have all of matrix that you mentioned (EEG.data, EEG.icaweights, and EEG.icasphere). But when i write this command line (EEG = eeg_checkset(EEG, 'ica');) in the command window, it runs without any error but again EEG.icaact is empty (EEG.icaact=[ ]).<br>


<br></div>Best Wishes<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888">Omid<br></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra">

<br><br><div class="gmail_quote">On Wed, Aug 7, 2013 at 6:35 PM, Makoto Miyakoshi <span dir="ltr"><<a href="mailto:mmiyakoshi@ucsd.edu" target="_blank">mmiyakoshi@ucsd.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Dear Omid,</div><div><br></div>If you have EEG.data, EEG.icaweights, and EEG.icasphere it should work. What does the error message say? Could you copy it here?<span><font color="#888888"><div>


<br></div><div>Makoto</div></font></span></div><div><div><div class="gmail_extra">

<br><br><div class="gmail_quote">2013/8/6 omid abbasi <span dir="ltr"><<a href="mailto:omidabbasi2000@gmail.com" target="_blank">omidabbasi2000@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"><div><div><div><div>Dear Maktoo<br><br></div>Thank you for your answer.<br></div>Yes. I have these two matrix (EEG.icaweights and EEG.icasphere)  in my EEG structure but eeg_checkset doesn't work.Is there any solution to i calculate component activation using for example these matrix?<br>





<br></div>Best Wishes<span><font color="#888888"><br></font></span></div><span><font color="#888888">Omid<br></font></span></div><div><div><div class="gmail_extra">

<br><br><div class="gmail_quote">On Wed, Aug 7, 2013 at 4:40 AM, Makoto Miyakoshi <span dir="ltr"><<a href="mailto:mmiyakoshi@ucsd.edu" target="_blank">mmiyakoshi@ucsd.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Dear Omid</div><div><br></div>In order for eeg_checkset to work you should have EEG.icaweights and EEG.icasphere. Please check if you have these two in your EEG structure.<span><font color="#888888"><div>





<br></div><div>Makoto</div>

</font></span></div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/8/6 omid abbasi <span dir="ltr"><<a href="mailto:omidabbasi2000@gmail.com" target="_blank">omidabbasi2000@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"><div><div><div>Dear Maktoo<br><br></div>Thank you for your answer<br><br></div>EEG.icaact is an empty matrix in my workspace. I applied the command (EEG = eeg_checkset(EEG, 'ica');) that you said but again EEG.icaact is empty.<br>








</div><div>What should i do now. Is there any other solution?<br></div><div><br></div><div>Best Wishes<span><font color="#888888"><br></font></span></div><span><font color="#888888"><div>Omid<br>

</div></font></span></div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Aug 5, 2013 at 9:25 PM, Makoto Miyakoshi <span dir="ltr"><<a href="mailto:mmiyakoshi@ucsd.edu" target="_blank">mmiyakoshi@ucsd.edu</a>></span> wrote:<br>








<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Dear Omid,<div><br></div><div>It is EEG.icaact that has the size of number of IC x data length. If you don't see it, run this</div>








<div>EEG = eeg_checkset(EEG, 'ica');</div><div><br></div><div>Maktoo</div>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/8/5 omid abbasi <span dir="ltr"><<a href="mailto:omidabbasi2000@gmail.com" target="_blank">omidabbasi2000@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">








<div><div>

<div dir="ltr"><div><div><div>Hi all<br><br></div>I imported an EEG signal with 7 
epochs to EEGLAB and i applied ICA to remove some artifacts. Now i can 
plot ICA component activation (time courses) using plot>component activations. But i can't find
 the variable or matrix in workspace related to ICA component activation. I know that I can find ICA component using EEG.icawinv matrix in workspace. <br><br></div><div>It means if the ICA decomposition equals: <br><br></div>











<div>U=WX<br><br>where X (EEG channel recordings) and U (ICA component activations) are n *t matrices (n channels (rows) by t time points (columns)), and W (ICA weights (EEG.icawinv )) is n* n. I want to know how i can have matrix of U in EEGLAB?<br>











<br>
<br></div>Best Wishes<br></div>Omid<div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Aug 2, 2013 at 9:00 PM,  <span dir="ltr"><<a href="mailto:eeglablist-request@sccn.ucsd.edu" target="_blank">eeglablist-request@sccn.ucsd.edu</a>></span> wrote:<br>











<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Send eeglablist mailing list submissions to<br>
        <a href="mailto:eeglablist@sccn.ucsd.edu" target="_blank">eeglablist@sccn.ucsd.edu</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://sccn.ucsd.edu/mailman/listinfo/eeglablist" target="_blank">http://sccn.ucsd.edu/mailman/listinfo/eeglablist</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:eeglablist-request@sccn.ucsd.edu" target="_blank">eeglablist-request@sccn.ucsd.edu</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:eeglablist-owner@sccn.ucsd.edu" target="_blank">eeglablist-owner@sccn.ucsd.edu</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of eeglablist digest..."<br>
<br>Today's Topics:<br>
<br>
   1. 2013 EEGLAB workshop at UCSD following SFN,       November 14-18,<br>
      2013, San Diego (Arnaud Delorme)<br>
<br><br>---------- Forwarded message ----------<br>From: Arnaud Delorme <<a href="mailto:arno@ucsd.edu" target="_blank">arno@ucsd.edu</a>><br>To: eeglablist <<a href="mailto:eeglablist@sccn.ucsd.edu" target="_blank">eeglablist@sccn.ucsd.edu</a>><br>











Cc: <br>Date: Thu, 1 Aug 2013 21:11:55 -0700<br>Subject: [Eeglablist] 2013 EEGLAB workshop at UCSD following SFN, November 14-18, 2013, San Diego<br><div style="word-wrap:break-word">The 17th EEGLAB workshop will be held at University of California San Diego in La Jolla following the Society for Neuroscience meeting, November 14-18, 2013.<br>











<br>This will be a multiple-track workshop in which group lectures will alternate with basic EEGLAB how-to sessions intended for beginners or, for more experienced attendees, sessions on more advanced EEGLAB plugin (NFT, SIFT, BCILAB, MPT, MoBILAB, AMICA).<br>











<br>More details are available on the workshop website: <a href="http://sccn.ucsd.edu/wiki/EEGLAB_2013_UCSD" target="_blank">http://sccn.ucsd.edu/wiki/EEGLAB_2013_UCSD</a><br>Workshop registration is now open via EventBrite: <a href="http://www.eventbrite.com/event/6654940105" target="_blank">http://www.eventbrite.com/event/6654940105</a><br>











<br>A. Delorme<br>S. Makeig<br></div><br>_______________________________________________<br>
eeglablist mailing list <a href="mailto:eeglablist@sccn.ucsd.edu" target="_blank">eeglablist@sccn.ucsd.edu</a><br>
Eeglablist page: <a href="http://www.sccn.ucsd.edu/eeglab/eeglabmail.html" target="_blank">http://www.sccn.ucsd.edu/eeglab/eeglabmail.html</a><br>
To unsubscribe, send an empty email to <a href="mailto:eeglablist-unsub@sccn.ucsd.edu" target="_blank">eeglablist-unsub@sccn.ucsd.edu</a><br>
To switch to non-digest mode, send an empty email to <a href="mailto:eeglablist-nodigest@sccn.ucsd.edu" target="_blank">eeglablist-nodigest@sccn.ucsd.edu</a><br></blockquote></div><br></div></div>
<br></div></div>_______________________________________________<br>
Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" 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" target="_blank">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" target="_blank">eeglablist-request@sccn.ucsd.edu</a><span><font color="#888888"><br>
</font></span></blockquote></div><span><font color="#888888"><br><br clear="all"><div><br></div>

-- <br><div dir="ltr">Makoto Miyakoshi<br>Swartz Center for Computational Neuroscience<br>Institute for Neural Computation, University of California San Diego<br></div>
</font></span></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Makoto Miyakoshi<br>Swartz Center for Computational Neuroscience<br>Institute for Neural Computation, University of California San Diego<br>







</div>
</div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Makoto Miyakoshi<br>Swartz Center for Computational Neuroscience<br>Institute for Neural Computation, University of California San Diego<br>




</div>
</div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Makoto Miyakoshi<br>Swartz Center for Computational Neuroscience<br>Institute for Neural Computation, University of California San Diego<br>

</div>
</div>