How to get only Subsystems in a Simulink Model
Mostra commenti meno recenti
I have a simulink model which has 2 subsystems in it. One subsystem named 'S1' contains another subsystem named 'Subsystem1', so that the hierarchy of the last block 'BL1' is 'model/S1/Subsystem1/BL1'. Is there any command like find_system() etc. that can display only the names of the Subsystems like 'S1' & 'Subsystem1' ?
I have used: find_system('model','Type','Block') but it gives all the names of the Blocks as well as Subsystems too.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Subsystems in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!