Hi Li Ya,<br><br>As for interpolating: after loading your data, in the MATLAB command window you can type<br><div style="margin-left:40px">EEG=eeg_interp(EEG,[channelnumber]); .<br></div>"channelnumber" should be replaced with the number of the channel you wish to replace (you can also do multiple channels, for instance eeg_interp(EEG,[5 7 19]) ). I have always done this from the MATLAB command window rather than using the buttons in the user interface, but I assume it probably works the same way.<br>
<br>I don't know about dealing with fMRI data in EEGLAB so hopefully another user on the list can answer that question for you.<br><br>As for exporting the ERP data, once you have finished your preprocessing and epoching you can get each subject's data from "EEG.data" once that subject is loaded. EEG.data is a three-dimensional matrix (channels x samples x epochs, so for example if you recorded with a 32-channel cap for 1200 samples per epoch and had 30 epochs in a condition, EEG.data will be a 32x1200x30 matrix). MATLAB has various tools for printing that data to text, Excel, or some other formats. If you're interested in ERPs rather than each epoch, then the code<br>
<div style="margin-left:40px">mean(EEG.data,3)<br></div>will give you the ERP (the data averaged across trials), which will be smaller and easier to work with. With some basic MATLAB scripting you can repeat this procedure for all subjects and conditions.<br>
<br>Best,<br>Steve Politzer-Ahles<br><br><div class="gmail_quote">On Wed, Mar 7, 2012 at 8:32 PM, 李雅 <span dir="ltr"><<a href="mailto:liya0216@mail.ustc.edu.cn">liya0216@mail.ustc.edu.cn</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Dear list:<br>
      I am a new learner to use EEGLAB,so I need your help for solving several questions.<br>
<br>
   1. if one electrode of my data is bad,how can I use 'interpolate electrodes' to fill it?  [Tools>interpolate electrodes]<br>
<br>
<br>
   2.My EEG data was gotten simultaneously with fMRI data,how should I set parameters when I have open the 'pop_fmrib_faster()' ,especially 'Non-EEG Channels'   [Tools>FMRIB tools>FASTR:remvove FMRI gradient artifacts]<br>

<br>
<br>
   3.Is there a easy way to export ERP data to ASCⅡ so that I can process it in other software?<br>
<br>
 Any help will be appreciated!<br>
 Best wishes!<br>
<br>
                                                                                                     Sincerely yours:liya<br>
<br>
_______________________________________________<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">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></blockquote></div><br><br clear="all"><br>-- <br>Stephen Politzer-Ahles<br>
University of Kansas<br>Linguistics Department<br><a href="http://www.linguistics.ku.edu/">http://www.linguistics.ku.edu/</a><br>