how Can I Know that two Blocs were connected in the same subsystem?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi
how Can I Know that two Blocs were connected in the same subsystem?
thanks
1 comentario
Kaustubha Govind
el 30 de Abr. de 2013
Can you not just look at the full path to each block and see if they are under a common subsystem?
Respuestas (1)
Babak
el 26 de Abr. de 2013
Use get_param to get the parameter of the two blocks. Find out the lines connected to the two blocks with get_param .
Then try to see if there is a common element in the two sets of lines you 've found above.
0 comentarios
Ver también
Categorías
Más información sobre Programmatic Model Editing 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!