How can I determine where or if a bus is used in a simulink model?
Mostrar comentarios más antiguos
I have a complex simulink model that has dozens of busses defined. Some busses are identical but with different names. I have found others that I think are unused. I want to delete any unused busses to help simplify it. How do I find out where and if they are being used? I have tried "find" in the modeling tab, but that doesn't seem to work, at least nothing happens when I press it.
Respuestas (1)
Nagasai Bharat
el 19 de Abr. de 2021
0 votos
Hi,
From my understanding you are trying to minimize the number of busses/signals in your model which are being unused. One solution to that is logging the values of these busses and discard the ones which are not defined.
The following links should help you achive that.
2 comentarios
John Petersen
el 19 de Abr. de 2021
Editada: John Petersen
el 19 de Abr. de 2021
Favian Estrada
el 28 de Sept. de 2021
I've ran into the same problem.
Categorías
Más información sobre Simulink Functions en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!