Find the name of last inport in sub-system

2 visualizzazioni (ultimi 30 giorni)
Is there any way to get the name of last inport in sub-system using matlab code?

Risposta accettata

Monika Jaskolka
Monika Jaskolka il 26 Feb 2020
find_system(gcs, 'SearchDepth', 1, 'BlockType', 'Inport', 'Port', num2str(length(find_system(gcs, 'SearchDepth', 1, 'BlockType', 'Inport'))))
where gcs is the subsystem handle you want to search.

Più risposte (0)

Categorie

Scopri di più su Programmatic Model Editing in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by