<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
Dear Fieldrippers, 
<div><br>
</div>
<div>I have a small question about ft_lateralizedpotential.</div>
<div>I am currently trying to compute a LRP. Thus, I wrote: <br>
<div apple-content-edited="true">
<div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<p class="MsoNormal"></p>
<div style="margin: 0px; font-size: 10px; font-family: Courier; ">avgL = ft_timelockanalysis(cfg, cleandata);</div>
<div style="margin: 0px; font-size: 10px; font-family: Courier; ">avgR = ft_timelockanalysis(cfg, cleandata);</div>
<div style="margin: 0px; min-height: 14px; ">
<div style="font-family: Courier; font-size: 10px; margin: 0px; ">cfg             = [];</div>
<div style="font-family: Courier; font-size: 10px; margin: 0px; ">cfg.layout      =
<span style="color: #b245f3">'biosemi64.lay'</span>;</div>
<div style="font-family: Courier; font-size: 10px; margin: 0px; ">cfg.channelcmb={<span style="color: #b245f3">'A13'</span>
<span style="color: #b245f3">'B18'</span>};</div>
<div style="font-family: Courier; font-size: 10px; margin: 0px; ">lrp=ft_lateralizedpotential(cfg,avgL,avgR);</div>
<div style="font-family: Courier; font-size: 10px; margin: 0px; ">cfg             = [];</div>
<div style="font-family: Courier; font-size: 10px; margin: 0px; ">cfg.xlim = [-2 1];</div>
<div style="font-family: Courier; font-size: 10px; margin: 0px; ">cfg.ylim = [-12 10];</div>
<div style="font-family: Courier; font-size: 10px; margin: 0px; ">clf;</div>
<div style="font-family: Courier; font-size: 10px; margin: 0px; ">ft_singleplotER(cfg, lrp.plotlabel)</div>
<div style="font-family: Courier; font-size: 12px; "><br>
</div>
<div>There is apparently something wrong with the plot because I get the following error message: </div>
</div>
<p></p>
<div>
<div>Error using ft_checkdata (line 461)</div>
<div>This function requires timelock or freq data as input.</div>
</div>
<div><br>
</div>
<div>I have also tried to add a new <span style="font-family: Courier; font-size: 10px; ">avgLRP = ft_timelockanalysis(cfg, lrp);</span></div>
<div style="margin: 0px; font-size: 12px; min-height: 14px; ">and then to compute the plot based on that, but it is not working. If anyone has an idea!</div>
<div><br>
</div>
<div>Second question:, ft_lateralizedpotential only works (apparently) with two outputs (avgL and R, for instance). Thus, I computed the same ft_timelockanalysis with two different names, but I am not sure this is correct. Is someone able to answer?</div>
<div><br>
</div>
<div><br>
</div>
<div>Thank you in advance for your help!</div>
<div><br>
</div>
<div>Emilie</div>
</div>
</div>
</div>
</div>
</body>
</html>