how Can I Know that two Blocs were connected in the same subsystem?
2 次查看(过去 30 天)
显示 更早的评论
Hi
how Can I Know that two Blocs were connected in the same subsystem?
thanks
1 个评论
Kaustubha Govind
2013-4-30
Can you not just look at the full path to each block and see if they are under a common subsystem?
回答(1 个)
Babak
2013-4-26
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Programmatic Model Editing 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!