Improving Control Performance with Look-Ahead (Previewing)について
1 view (last 30 days)
Show older comments
こんばんは
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 Comments
Kazuya
on 13 May 2019
すいません、ss の仕様には詳しくなく・・。
web(fullfile(docroot, 'mpc/ug/improve-control-performance-with-look-ahead.html?container=jshelpbrowser'))
と実行して開く(開きます?)ヘルプページの "Open Script”をクリックしても同じですか?
Answers (0)
See Also
Categories
Find more on Linear Plant Specification in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!