How can I construct a optimization problem with MATLAB
이전 댓글 표시
Hello,
I need to solve a optimization problem with MATLAB but I need some help to do it.
I have three parameters (a,b,c) that affect the shape of a curve y. How do I optimize those three parameters so that the difference between the resulting curve y and a reference curve y_ref is minimized?
I have simulated several curves and I have different curves for different set of parameters (a1, b1, c1) -> y1, (a2, b2, c2) -> y2, (a3, b3, c3) -> y3 etc...
답변 (1개)
Torsten
2016년 8월 17일
0 개 추천
If you have licenced the optimization toolbox, try "lsqcurvefit".
Best wishes
Torsten.
카테고리
도움말 센터 및 File Exchange에서 Choose a Solver에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!