how to show propagated signals programticaly
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
wenchao zhang
le 21 Août 2025
Commenté : wenchao zhang
le 22 Août 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 commentaires
Réponse acceptée
Fangjun Jiang
le 21 Août 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.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Sources dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!