Constrained,free time optimal control in MATLAB

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일

0 개 추천

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개)

카테고리

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

질문:

2013년 4월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by