Find the name of last inport in sub-system
4 views (last 30 days)
Show older comments
Subhash Bhashakhetre
on 25 Feb 2020
Answered: Monika Jaskolka
on 26 Feb 2020
Is there any way to get the name of last inport in sub-system using matlab code?
0 Comments
Accepted Answer
Monika Jaskolka
on 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.
0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!