<div dir="ltr"><div><div><div>Hi Mariana,<br><br></div>For topoplot() you need a channel locations structure (this could come from a locations file function, or from the EEG.chanlocs structure that might exist after you import your data to EEGLAB). Then you need a <channels>x1 vector of data, where <channels> is the number of channels you had and each number is a voltage at that channel (it can either be a voltage from a single sample, or an average over some time window). I've never tried using topoplot() on a two-dimensional data matrix so I'm not sure what would happen.<br>
<br></div>Once you have those two things, topoplot() should be pretty straightforward. For example, if my vector of data were in a variable called "avg" and I already had read data into EEGLAB, I would use the follow code to make a topoplot (of course there are also many other options you can tweak, see 'help topoplot' for more information):<br>
<br>figure; <span class="">topoplot</span>( avg, EEG.chanlocs ) % EEG.chanlocs can be replaced with a location file name, e.g. 'my_loc.xyz'<br><br></div><div>topoplot() does not interpolate any channels. The 'interpolation' it does is just interpolating the space in between channels (for the purpose of coloring in the plot). So it should not be a problem if you've interpolated channels (if your cap is really a 100-channel cap). If you already interpolated the space between the channels, then all you should need to do is go back to the original data (the <channels>x1 vector of data) and feed that into topoplot() instead.<br>
<br></div>Best,<br>Steve<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Apr 18, 2013 at 1:06 AM, Mariana Branco <span dir="ltr"><<a href="mailto:marianapbranco1@gmail.com" target="_blank">marianapbranco1@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Dear Makoto,<div><br></div><div>I have already my data interpolated into a 100x100 matrix and my issue is: how can I plot is on a Head Plot, similar or equal to the one  Topoplot() retrieves?</div>
<div>I believe topoplot only receives a list of channels and locations and interpolates the data. However, I have already interpolated the data, so I just need to plot it.</div><div><br></div><div>Regards,</div><div>Mariana Branco</div>
<div><div class="h5"><div><br><div><div>On 18 Apr 2013, at 02:56, Makoto Miyakoshi <<a href="mailto:mmiyakoshi@ucsd.edu" target="_blank">mmiyakoshi@ucsd.edu</a>> wrote:</div><br><blockquote type="cite"><div dir="ltr">
Dear Mariana,<div><br></div><div>Open tools - interpolate electrodes to see if that's what you want. If not, please ask your question again with more detail.</div><div><br></div><div>Makoto</div>

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


Dear Sir/Madam,<br>
<br>
I just started working with EEGLab toolbox and I am looking for a plotting function like Topoplot, but that does not interpolate the channels, but receives instead as input a matrix with the interpolated channels. Is there any function or option that allows this? Or is it possible to alter the Topoplot function for this purpose?<br>



<br>
Thank you for the help,<br>
Mariana Branco<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" 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><br>
</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>
</blockquote></div><br></div></div></div></div><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><br></blockquote></div><br><br clear="all"><br>-- <br>Stephen Politzer-Ahles<br>
University of Kansas<br>Linguistics Department<br><a href="http://people.ku.edu/~sjpa/" target="_blank">http://people.ku.edu/~sjpa/</a>
</div>