Currently I am working on a code that optimizes the flight path of an ascending rocket to a final orbit in terms of mass reduction. More precisely I would like my code to optimize my Equations of Motions so that it returns me a function alpha(t). Alpha(t) is a thrust vector control variable.
Which Optimizer should I use for that problem and why?
Hope you can help me out, thanks!

댓글 수: 1

Mayank Saneja
Mayank Saneja 2022년 5월 30일
Can you please upload your code for the trajectory optimization.
Thank You

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

 채택된 답변

Stephan
Stephan 2018년 12월 1일
편집: Stephan 2018년 12월 1일

0 개 추천

Hi,
this appears to be an optimal control problem. Consider to use Symbolic Math Toolbox - espacially have a look at the functionalDerivative function. If you set this expression equal to zero, it enables to get a function alpha(t) that optimizes the functional which describes your system. There are some examples given in the documentation - maybe this is the right choice to tackle your problem.
Best regards
Stephan

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Nonlinear Optimization에 대해 자세히 알아보기

태그

질문:

2018년 12월 1일

댓글:

2022년 5월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by