Hey:)
So this is my problem:
I want to maximize the final mass of an ascending rocket into an orbit by controlling the trajectory over a thrust vector control variable a(t). So I need an Optimization Toolbox that returns me the optimal function a(t), but the objective function I want to minimize is m(t). And I couldn't find anything about this anywhere. I tried for example fmincon, but fmincon only returns a scalar.
Do you have any ideas?

 Akzeptierte Antwort

Stephan
Stephan am 15 Dez. 2018
Bearbeitet: Stephan am 15 Dez. 2018

0 Stimmen

Hi,
yes, there is functionalDerivative which is useful in this case. See the examples in the documentation. There is a tutorial for this function also, where you can learn how it works.
Best regards
Stephan

3 Kommentare

So as I understood it,in my particular case as mentioned above, I have write a code that returns me a functin of a(t) and pass this function to fmincon so that it returns me the maximum mass with which my vehicle can reach the given final orbit. Am I right? Or is it impossible to combine to fmincon with functionalDerivative?
functionalDerivative will return a symbolic result. Maybe it helps if you work through the Brachistochrone example, to understand what you can expect by using functionalDerivative.
I did, but anyways thank you a lot, I got some new ideas and I am going to try them out.
Best Regards
Brendan

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Optimization finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by