Which optimization tool should I use for my case?
이전 댓글 표시
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
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Solver Outputs and Iterative Display에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!