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!