How to find a particular type of Subsystems?
6 ビュー (過去 30 日間)
古いコメントを表示
Bibigul Shektybayeva
2017 年 6 月 20 日
回答済み: Vishal Neelagiri
2017 年 6 月 22 日
How to find a particular type of Subsystems? I would like to know how many Configurable and Atomic subsystems there are in my system. I tried:
find_system(bdroot, 'FindAll', 'On','FollowLinks', 'On', 'LookUnderMasks', 'On','regexp','on', 'BlockType','AtomicSubSystem'),
but I get an empty matrix, even though I have an Atomic subsystem in the system. The same is with 'ConfigurableSubsystem'. Any help is appreciated :) P.S. 'Atomic SubSystem', 'AtomicSubsystem' and 'Atomic Subsystem' do not work as well.
0 件のコメント
採用された回答
Vishal Neelagiri
2017 年 6 月 22 日
The reason why this didn't work is because the BlockType for an AtomicSubsystem is still displayed as 'Subsystem'. You can try to extract out the 'TreatAsAtomicUnit' block parameter from the subsystem and check if it is equal to 'on' or 'off'
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!