Please help me! I need to minimize an nonlinear least squares problem. I use a lsqnonlin function for this. I have such a code:
x = lsqnonlin(@myFunction, X0, [0 0], [], [], C,callR, callK, T);
where C, callR, callK are the vectors of data.
In file myFunction.m i wrote:
function F =...