<div dir="ltr"><br><div class="gmail_extra">Hello Fateme,</div><div class="gmail_extra"><br></div><div class="gmail_extra">I believe ft_topoplotER needs its input to be a Fieldtrip data structure that is the output of ft_timelockanalysis (i.e., the structure includes an 'avg' field that is a channels x timepoints matrix, and in the fall to ft_topoplotER you specify cfg.param='avg'). It sounds like your pinput is not a structure like this, but is a 1-dimensional vector.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">You can plot a vector like this pretty easily using the topoplot() function of the EEGLAB toolbox. (There may also be ways to do it in Fieldtrip but I'm not aware of them; I've only ever used ft_topoplotER with a timelock structure. Someone else on the list might know some tricks, though).</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">Best,</div><div class="gmail_extra">Steve<br clear="all"><div><div dir="ltr"><div><br></div><div><br></div>Stephen Politzer-Ahles<br>New York University, Abu Dhabi<br>
Neuroscience of Language Lab<br><a href="http://www.nyu.edu/projects/politzer-ahles/" target="_blank">http://www.nyu.edu/projects/politzer-ahles/</a><br></div></div>
<br><div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Fri, 11 Apr 2014 14:24:54 +0100 (BST)<br>
From: ?F.Hasanzade? ? <<a href="mailto:f.hasanzadeh22@yahoo.com">f.hasanzadeh22@yahoo.com</a>><br>
To: "<a href="mailto:fieldtrip@science.ru.nl">fieldtrip@science.ru.nl</a>" <<a href="mailto:fieldtrip@science.ru.nl">fieldtrip@science.ru.nl</a>><br>
Subject: [FieldTrip] a question<br>
Message-ID:<br>
        <<a href="mailto:1397222694.1541.YahooMailNeo@web171304.mail.ir2.yahoo.com">1397222694.1541.YahooMailNeo@web171304.mail.ir2.yahoo.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Dear community,<br>
My name is Fateme Hasanzade and I am working on EEG signals.<br>
Currently I am analysing data of a project, where we recorded using EEG.I have a data such that every channel has 1 value that is result of some calculation(I mean I have 14 channel thus a data vector of length14).I want to plot map of head how? every channel has a color corresponding its? value...<br>

<br>
<br>
I tried using? ft_topoplotER to assess my data and I made the true layout but when I want to use ft_topoplotER receive the following error message:?<br>
<br>
Subscript indices must either be real positive integers or logicals.<br>
<br>
Error in topoplot_common (line 79)<br>
data = varargin{indx};<br>
<br>
Error in ft_topoplotER (line 169)<br>
cfg = topoplot_common(cfg, varargin{:});<br>
<br>
Error in top (line 19)<br>
figure; ft_topoplotER(cfg,data); colorbar;?<br>
<br>
my quetion is how should I give this data? to function to? have true topographic plot of my data?<br>
<br>
<br>
Thank you</blockquote><div> </div></div></div></div>