SimulinkのTransfer Fcnブロックと等価な機能をMATLAB Functionの中で記述することは可能ですか?
    6 views (last 30 days)
  
       Show older comments
    
Simulink上でシステムの時間応答を計算しようとしています。システム全体の伝達関数は複数の伝達関数を並列に接続した構成になっています。SimulinkのTransfer Fcnブロックを並べる方法がありますが、ブロック数が多いためブロックを並べる代わりにMATLAB Functionの中でコードで記述する方法がないか探しています。
0 Comments
Accepted Answer
  Toshinobu Shintai
    
 on 22 Jul 2024
        
      Edited: Toshinobu Shintai
    
 on 22 Jul 2024
  
      Control System Toolboxの機能で、MATLABのスクリプトベースで伝達関数を設計し、並列・直列接続する方法があります。MATLABで設計した最終的な伝達関数をSimulinkに持っていくというアプローチはいかがでしょうか。
英語になりますが、以下の動画である程度やり方が紹介されています。
More Answers (0)
See Also
Categories
				Find more on 配列と行列の数学 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!