<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style><style type="text/css"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi FieldTrippers,
<div><br>
</div>
<div>I want to apply a support vector machine (SVM) on small timewindows of my data, which means I loop ft_timelockanalysis and ft_timelockstatistics over time. However, for some timepoint I get the following error:</div>
<div>
<div><i>Index exceeds matrix dimensions.</i></div>
<div><i><br>
</i></div>
<div><i>Error in ft_timelockanalysis (line 278)</i></div>
<div><i>    s (:,windowsel) = s (:,windowsel) + dat;            % compute the sum</i></div>
</div>
<div><br>
</div>
<div>I tried to look into the error, and I saw that for some timewindows 'windowsel' and 'dat' are a 1x4 vector, whereas 's' is a 1x3 vector. I couldn't find why this mismatch occurs so any help is appreciated.</div>
<div>I also tried older versions of this function and I got the same error. I am using the latest fieldtrip on matlab2015a on the cluster.</div>
<div><br>
</div>
<div>Best,</div>
<div>Mats van Es</div>
</div>
</body>
</html>