多入力多出力のデータをSystem Identification toolboxにインポートする方法
    4 views (last 30 days)
  
       Show older comments
    
    NAGATA SOICHIRO
 on 24 Nov 2021
  
    
    
    
    
    Commented: NAGATA SOICHIRO
 on 26 Nov 2021
            外部CADで作成した多入力多出力のロボットのデータをSimscape Multibodyを用いてシミュレーションし、その結果をSystem Identification toolboxでモデルを同定したいのですが、多入力多出力のデータをSystem Identification toolboxにインポートする方法が分からなく教えていただきたいです。またSimulink上で入力データと出力データをインポートできるブロックがあれば教えていただきたいです。よろしくお願いします。
0 Comments
Accepted Answer
  Toshinobu Shintai
    
 on 24 Nov 2021
        「System Identification toolboxにインポートする」というのは、「System Identification Toolboxのコマンドで多入力多出力データをシステム同定する」という意味でしょうか。
「Simulink上で入力データと出力データをインポート」というのは、「System Identification Toolboxでシステム同定するためのデータをモデルの実行から取得する」という意味でしょうか。
最もおすすめなのは、シミュレーション データ インスペクターです。
3 Comments
  Toshinobu Shintai
    
 on 25 Nov 2021
				load SteamEng;
input = [Pressure,MagVolt];
output = [GenVolt,Speed];
アプリで「input」と「output」を指定してください。

これで、2入力2出力のデータをインポートできます。状態空間モデルでシステム同定すると、以下のように2入力2出力のモデルをシステム同定できます。

More Answers (0)
See Also
Categories
				Find more on 非線形 ARX モデル 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!
