How to find position of a simulink blocks which are used in multiple sub-systems
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Kaustubha Govind
el 10 de Jul. de 2014
Could you explain why you care about the graphical/pixel position of the block?
Respuestas (0)
Ver también
Categorías
Más información sobre Subsystems en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!