SimulinkのTransfer Fcnブロックと等価な機能をMATLAB Functionの中で記述することは可能ですか?

Simulink上でシステムの時間応答を計算しようとしています。システム全体の伝達関数は複数の伝達関数を並列に接続した構成になっています。SimulinkのTransfer Fcnブロックを並べる方法がありますが、ブロック数が多いためブロックを並べる代わりにMATLAB Functionの中でコードで記述する方法がないか探しています。

 Réponse acceptée

Toshinobu Shintai
Toshinobu Shintai le 22 Juil 2024
Modifié(e) : Toshinobu Shintai le 22 Juil 2024

0 votes

Control System Toolboxの機能で、MATLABのスクリプトベースで伝達関数を設計し、並列・直列接続する方法があります。MATLABで設計した最終的な伝達関数をSimulinkに持っていくというアプローチはいかがでしょうか。
英語になりますが、以下の動画である程度やり方が紹介されています。

1 commentaire

知育 原田
知育 原田 le 23 Juil 2024
ご提案ありがとうございます。早速試してみようと思います。

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

Community Treasure Hunt

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

Start Hunting!