Optimization of model parameters

10 次查看(过去 30 天)
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.

更多回答(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