Does Matlab have an equivalent to nlminb
in R?
I realize that lsqcurvefit
is available in Matlab, but I specifically want a function that uses a derivative-based method, ideally exactly the same one as nlminb
uses.
nlminb
is described in this Stats.StackExhange.com answer.
I do not want to use the 'trust-region-refelective'
method emplyed by lsqcurvefit
for constrained problems.