Is it possible to pass outputs from one model to be the inputs of another model using simulink?
13 ビュー (過去 30 日間)
古いコメントを表示
joshua mcCarroll
2018 年 11 月 6 日
回答済み: Sebastian Castro
2018 年 11 月 7 日
I have two models that I want to communicate with each other both saved in the same project. Is it possible to have the outputs of model A become inputs for Model B? I am trying to use the 'go to' and 'from' blocks to accomplish this but it doesn't work. Do I just need to create a new model and fill it with separate subsystems rather than have two separate model files try and share inputs and outputs.
0 件のコメント
採用された回答
Sebastian Castro
2018 年 11 月 7 日
You could try model referencing to connect these two models inside one bigger "parent" model. It's a very common thing when you have individual models you want to unit-test, but also later want to integrate together.
- Sebastian
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Subsystems についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!