How to differentiate Subsystem and MATLAB Function Block with find_system()

I have a model with many Subsystem blocks and many MATLAB Function blocks. I'm trying to use find_system to store all Subsystem blocks but as the type of both blocks is Subsystem i can't store Subsystems with this code:
find_system('model', 'SearchDepth', 1, 'BlockType', 'SubSystem');
How can i limit to only Subsystems ?
Thanks you !

 Akzeptierte Antwort

Ankit
Ankit am 3 Mär. 2020

1 Kommentar

Thank you ! The answer provided by Monika helped me more for my problem.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Gefragt:

am 3 Mär. 2020

Kommentiert:

am 3 Mär. 2020

Community Treasure Hunt

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

Start Hunting!

Translated by