Constrained,free time optimal control in MATLAB

3 次查看(过去 30 天)
I am designing an Optimal Control System for a Nonlinear Plant Model. A constrained, free time optimization is needed for it. But, 'fmincon' only provides solution to Constrained fixed time optimal system. Is there any way out for it !

采纳的回答

Alan Weiss
Alan Weiss 2013-4-12
Perhaps you can include time as another variable in your problem, and ask fmincon to minimize over it, too. If x(1),..,x(n) are your current decision variables, use x(n+1) = time.
Alan Weiss
MATLAB mathematical toolbox documentation
  1 个评论
Deepraj
Deepraj 2013-4-12
thank you Alan. But can you provide a little insight to it..some example regarding the same...

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with Optimization Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by