when can I use a atomic subsystem in simulink model? (At what conditions we can use atomic subsystem in a model)
158 ビュー (過去 30 日間)
古いコメントを表示
swathi kumar sravanam
2017 年 9 月 8 日
I will be very glad if there are any answers for this.
3 件のコメント
Venkatraman Nagarajan
2020 年 11 月 24 日
Is there a specification that my subsystem has to be atomic if I have to do auto-code generation?
採用された回答
Sebastian Castro
2017 年 9 月 11 日
編集済み: Sebastian Castro
2017 年 11 月 6 日
Virtual (or non-atomic) subsystems are simply a visual convenience, but Simulink treats the subsystems as if all the blocks existed at the same level.
Atomic subsystems, on the other hand, let you control the execution of the model. It forces Simulink to run all the blocks in that subsystem as if it were its own separate "function". This has implications for generated code as well, if you're doing that.
- Sebastian
その他の回答 (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!