how to show propagated signals programticaly
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
wenchao zhang
el 21 de Ag. de 2025
Comentada: wenchao zhang
el 22 de Ag. de 2025
how to show propagated signals programticaly like following, i have several subsystem block in my simulink model, now i want set this for all the line that connect with the inport port inside each subsystem, how to realize.

0 comentarios
Respuesta aceptada
Fangjun Jiang
el 21 de Ag. de 2025
Find the handle of the sigal line, set "ShowPropagatedSignals" to be on. Alternatively, setting the name of the signal to be "<" could also do the trick. Remember to update the model to show the propagated signal. Ofcourse, the upstream signal needs to be labeled.
Más respuestas (0)
Ver también
Categorías
Más información sobre Sources en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!