Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Can a SimEvents Entity be passed into and out of a Referenced Model?
1 回表示 (過去 30 日間)
古いコメントを表示
Can a SimEvents Entity be passed into and out of a Referenced Model?
3 件のコメント
Brian Neiswander
2017 年 11 月 8 日
A good approach for this workflow is to use a custom library instead of model referencing. A custom library allows you to reuse components while maintaining all instances from one location. Also, this approach is compatible with SimEvents.
You can use a subsystem to encapsulate the reusable portion of your model and then move this subsystem into a custom library. You can create instances of this component by dragging the subsystem from your library to a model.
If you need to make changes, you can simply make your modifications in the library; all instances will be automatically updated. See the link below for more details.
回答 (0 件)
この質問は閉じられています。
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!