필터 지우기
필터 지우기

Model Predictive Control についての質問

조회 수: 7 (최근 30일)
Ren
Ren 2023년 4월 19일
댓글: Toshinobu Shintai 2023년 4월 20일
SimulinkのModel Predictive Control ブロックについて質問です。
MPC(Model Predictive Control)を設計する際は、MATLABのコードではなく、Simulinkで設計可能でしょうか?

채택된 답변

Toshinobu Shintai
Toshinobu Shintai 2023년 4월 19일
線形MPC(MPC Controller ブロック)であれば、MPCデザイナーアプリを使ってGUI操作で設計することができます。
それ以外のブロックでは、申し訳ありませんが、MATLABのスクリプトでmpcオブジェクトを設計する必要があります。
ご参考までに、紹介動画とデモモデルが以下にあります。
  댓글 수: 3
Ren
Ren 2023년 4월 20일
ちなみに、MPCの予測モデルを設計する際もSimulinkの入力では不可能でしょうか?
Toshinobu Shintai
Toshinobu Shintai 2023년 4월 20일
以下のドキュメンテーションをご確認ください。
MPCの予測モデルとして使えるものは、以下の通りになります。これらはSimulinkのブロックを組み合わせて作成できるものではありません。
  • Numeric LTI models — Transfer function (tf), state space (ss), zero-pole-gain (zpk)
  • Identified models (requires System Identification Toolbox™) — idss (System Identification Toolbox), idtf (System Identification Toolbox), idproc (System Identification Toolbox), and idpoly (System Identification Toolbox)

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Linear Plant Specification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!