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 !
댓글 수: 0
채택된 답변
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File 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!