Objective function for projectile

1 回表示 (過去 30 日間)
Zivile Dailidonyte
Zivile Dailidonyte 2018 年 12 月 13 日
編集済み: Torsten 2018 年 12 月 14 日
I have a function to calculate projectile's distance and velocity in both x and y direction. I need to write a function, which defines the objective function to be minimised. objective should take as arguments: the two variables being optimised (i.e. the initial velocity and angle), and the target coordinates tx and ty. It should call my function mentioned earlier with the initial conditions and return the shortest distance between the computed trajectory and (tx, ty). I've not dealt with optimization before so I don't know where to start.
Many thanks

回答 (2 件)

Image Analyst
Image Analyst 2018 年 12 月 13 日
My demo calculates those but I don't use optimization. What are you varying to get your optimization.
My demo is attached.

Torsten
Torsten 2018 年 12 月 14 日
編集済み: Torsten 2018 年 12 月 14 日

カテゴリ

Help Center および File ExchangeRobotics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by