Filter löschen
Filter löschen

How to get only Subsystems in a Simulink Model

27 Ansichten (letzte 30 Tage)
Sultan
Sultan am 14 Okt. 2016
Kommentiert: Avinash Kumar am 9 Nov. 2022
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.

Akzeptierte Antwort

Swarooph
Swarooph am 14 Okt. 2016
Bearbeitet: Swarooph am 14 Okt. 2016
Looks like there is no direct way to do this using find_system. Although there is a workaround. Take a look at this answer.
If you are naming your Subsystems a 'certain' way (say you prefix all your subsystem names with the keyword 'Subsystem' followed by an index number or such), you can use the regexp functionality built into the find_system command. To help with this, take a look at:
  1. This answer
  2. The documentation
  1 Kommentar
Avinash Kumar
Avinash Kumar am 9 Nov. 2022
Hello Team,
Is there any way to link subsystems with the requirements(slreq)?
Thanks & Regards,
Avinash.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Programmatic Model Editing finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by