How to find position of a simulink blocks which are used in multiple sub-systems
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
I want to find out relative position of a simulink block which is used in multiple sub-systems in a model.
P1 = get_param(blk1,'Position') P2 = get_param(blk2,'Position') P3 = get_param(blk3,'Position') P4 = get_param(blk4,'Position')
gives me information about position in current sub-system. But I can not compare this information available in P1,P2,P3 and P4 as they are in different sub-systems.
1 Kommentar
Kaustubha Govind
am 10 Jul. 2014
Could you explain why you care about the graphical/pixel position of the block?
Antworten (0)
Siehe auch
Kategorien
Mehr zu Subsystems 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!