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!