フィルターのクリア

nonlinear plant model in matlab

2 ビュー (過去 30 日間)
Mohammad
Mohammad 2017 年 6 月 3 日
編集済み: Mohammad 2017 年 6 月 4 日
Hi I want to use a nonlinear plant to design IMC. The controller and the inverse model are linear but I have to use the nonlinear plant in the IMC structure. I really don't know how to describe the nonlinear state space model! Should I use Simulink and call it from the Mfile or what? the system is described like xdot=-x^2+(x+1)u and y=x+u ... it's a toy plant and I know it's maybe easy but if anyone can, help me please. Thanks

採用された回答

Sebastian Castro
Sebastian Castro 2017 年 6 月 4 日
You can use ordinary differential equation (ODE) solvers in MATLAB by specifying the relationship between ydot and y.
- Sebastian
  1 件のコメント
Mohammad
Mohammad 2017 年 6 月 4 日
編集済み: Mohammad 2017 年 6 月 4 日
Thanks, I know this but the problem is that it's not like Lorenz system that there is only a set of equations like x1dot and x2dot and ... with no output. I have a system with output equation. I don't know what to do with the output equation. Do I have to mix the two equations and have one ?!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeModel Predictive Control Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by