Clear Filters
Clear Filters

Are all iterations saved in resudiuals and jacobian matrix with lsqnonlin?

1 view (last 30 days)
Hello I estimate a model with [k_optim, resnorm, residual, exitflag, output, lambda, jacobian] = lsqnonlin(f,k0,lb,ub,options)
My exitflag is 3. Is this the reason why I my residuals and jacobian has three times more rows as observations, respectively as neccessary? I guess its quite obvious, but I just want to make sure.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!