t = stk_sampling_regulargrid (20, 1, [0; 2*pi]);
F = @(t)([sin(t) cos(t)]);
stk_feval (F, t)
currently results in the following error:
% In an assignment A(I) = B, the number of elements in B and I must be the same.
%
% Error in stk_feval (line 95)
% zdata(i) = feval (f, xdata(i, :));
%
% 95 zdata(i) = feval (f, xdata(i, :));
You closed the wrong ticket, I think.
https://sourceforge.net/p/kriging/hg/ci/342ac8fd966fd70c7eaf8022589d21ab6bb459d2