Initial condition optimization with discontinuous function.

I have a function:
dx^2/d^2t = ((g + a)/y)*x;
dy^2/d^2t = a;
with a either 0, -5 or 5 depending on the time.
the initial conditions are:
[x0 dx0 y0 dy0] = [? 1.0 1.0 0.0];
where x0 is the variable to find
and the final conditions have to satisfy:
[xf dxf yf dyf] = [0.0 0.0 1.1 0.0];
Which method is the best/fastest to solve this discontinuous problem? I used simulannealbnd,but that seems a bit overkill.

1 件のコメント

Torsten
Torsten 2018 年 12 月 3 日
"a" dependent on time is given or also a control parameter ?

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeRobust Control Toolbox についてさらに検索

質問済み:

2018 年 12 月 2 日

コメント済み:

2018 年 12 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by