Feeds
提问
Fit a model to data using lsqnonlin()
We are trying to fit a model : => f(x; alpha, beta) = alpha*exp(-x / beta) with beta > 0 on some data (x, z). The goal is t...
7 years 前 | 1 个回答 | 0
1
个回答提问
Using fminunc with gradient computation
Hi, I managed to find the minimizer of a function (see picture), and am now trying to include the computation of the gradient. I...
7 years 前 | 1 个回答 | 0
