필터 지우기
필터 지우기

Optimization of model parameters

조회 수: 8 (최근 30일)
Christo van Rensburg
Christo van Rensburg 2019년 10월 9일
댓글: Christo van Rensburg 2019년 10월 9일
Hi
I'm busy trying to optimize a model that predicts the trajectory of a projectile. I have two parameters that needs to be optimized, drag coefficient and a compensation factor (Kv).
I'm comparing the ground height, maximum height reached and chronograph velocity of the model to that obtained during experiments. I need to reduce the %error between these three parameters as much as possible. I considered using "fminsearch" but cannot see how this wil work.
Any advice on how I would proceed with this and where to start instead of manually iterating the model?
Thanks in advance.

채택된 답변

Stephan
Stephan 2019년 10월 9일
편집: Stephan 2019년 10월 9일
Since you have measured values and you have an equation you should use lsqcurvefit to estimate the parameters. You find examples how to do this in the linked documentation site.
  댓글 수: 1
Christo van Rensburg
Christo van Rensburg 2019년 10월 9일
Hi Stephan
I will have a look at it thanks!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Nonlinear Optimization에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by