- Constant
- Gain
- Math Function (select "pow")
Transient Problem in Simulink
4 ビュー (過去 30 日間)
古いコメントを表示
I am trying to solve a problem in simulink of the form u' = a + bu + cu^n. ANy suggestions? I'm still new to this, but this has me stuck...
0 件のコメント
採用された回答
Arnaud Miege
2011 年 3 月 10 日
I suggest you go through the Getting Started section of the documentation to familiarise yourself with Simulink. Also have a look at the Simulink tutorial section of the web site. There are various demos in the product as well, which you can find in the help browser under Simulink -> Demos.
For your particular problem, you will need the following blocks to compute du/dt as a function of u:
One you have computed du/dt, you can get u(t) using an Integrator block, and close the loop by feeding the output of the integrator (i.e. u(t)) to the blocks above, that compute du/dt as a function of u(t).
HTH,
Arnaud
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Array and Matrix Mathematics についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!