Improving Control Performance with Look-Ahead (Previewing)について
3 次查看(过去 30 天)
显示 更早的评论
こんばんは
Improving Control Performance with Look-Ahead (Previewing)についてweb上で見ており、
MATLABでサンプルコードを試そうと思い、MATLABのコマンドを実行する
openExample('mpc/mpcpreview')
をコマンドウィンドウに入力したのですが、サンプルがでてきません。
サンプルのSimulinkⓇを使用したシミュレーションのreference previewとdisturbance previewについて詳しく見てみたいです。
コマンドで実行できないので、回答でコードを書いていただけると大変助かります。
また、現在Simulinkにおけるシミュレーションでむだ時間を含む伝達関数を用いてモデル予測制御を行っているのですが、
むだ時間を含む場合、web上のDifine Plant Modelにおいて
plant = ss(tf({1,1},{[1 .5 1],[1 1]}),'min');
の伝達関数表現としてtf(◯◯◯,[◯◯◯ ◯],'InputDelay',4500)という形で良いのでしょうか?
また伝達関数の後ろの'min'とはどういう意味でしょうか?
よろしくお願いいたします。
3 个评论
Kazuya
2019-5-13
すいません、ss の仕様には詳しくなく・・。
web(fullfile(docroot, 'mpc/ug/improve-control-performance-with-look-ahead.html?container=jshelpbrowser'))
と実行して開く(開きます?)ヘルプページの "Open Script”をクリックしても同じですか?
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linear Plant Specification 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!