I am solving a nonlinear Model predictive control problem . I get the following error. Can anybody help me understand the error report?
1 回表示 (過去 30 日間)
古いコメントを表示

0 件のコメント
採用された回答
Sargondjani
2021 年 6 月 23 日
The error says that the derivative at the initial point (x0) is either NaN, infinity, or complex. So you should check whether that is supposed to be the case. If this is only a local problem, you could use a slightly different starting value for x0
4 件のコメント
Sargondjani
2021 年 6 月 24 日
I need to see your code (minimal working example would be great), otherwise it's hard to help you
Maybe you specified a non linear constraint, without intending to do so?
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Model Predictive Control Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!