simulinkの計算結果を他のシミュレーションツールに入力するにはどうしたらよいですか
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
simulinkの計算結果を他のシミュレーションツールに入力するにはどうすればよいですか。
0 commentaires
Réponse acceptée
Yoko
le 24 Nov 2017
MATLAB/Simulink には、GT-Suite へ直接計算結果を送る機能がないため、データを送る仕組みを自分で作成する必要があります。GT-Suiteの方は詳しく分かりませんが、例えば TXT ファイルを介してやりとりする方法も考えられるかと思います。Simulink の計算結果を逐次TXTファイルに保存し、保存した結果を GT-Suite から読み込むという方法です。
下記の MATLAB Central に、毎ステップデータを読み込む S-Function 例があるようです。
ファイル書き込みの仕組みを作る際の参考にしてみてください。
0 commentaires
Voir également
Catégories
En savoir plus sur イベント関数 dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!