Which optimization tool should I use for my case?
Mostrar comentarios más antiguos
Dear MATLAB experts,
I'm struggling here to solve a problem with the following characteristics:
I've a file containing a huge column of data, which I order in a histogram, let's call it
. Afterwards, I would like to sum the histogram, starting everytime from a different point
, that is:

I have an experimentally measured value
and I would like to find then
which best fits to the experimental value. I have basically calculated:
and then fitted it with a known function to calculate the derivative and estimate the minimum.
In the real problem I have actually three experimental values, so that
has actually three terms, and afterwards I would like to include even more parameters apart from
. As you can imagine, the script I've written for this is extremely time consuming, and I'm not even sure that this procedure is correct/optimal.
So, it feels like I'm doing the minimization procedure by hand, and surely there are better tools for posing such a problem. Are any of you aware of, which tool could better fit my needs? I've seen already stuff like patternsearch, fminunc, etc, but they all need a definite function
which I do not have.
which I do not have.Any help would be very much appreciated.
Thank you all in advance.
Cheers
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Solver Outputs and Iterative Display en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!