Set signal line label visibility programatically
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Vince
am 9 Jul. 2020
Beantwortet: Fangjun Jiang
am 9 Jul. 2020
I built a script to rename a bunch of lines in a Simulink template model, however, now I'm facing the problem that by renaming them Matlab automatically activates showing the label of the signal line in the model. This is really ugly and hinders readability, so I would like to only show the label on those lines that have the label visible in the template model already before renaming.
Is there a way to determine/set the visibility of the signal line name in the model via a Matlab script? I've looked at the properties I can get from the line handle but couldn't find anything.
0 Kommentare
Akzeptierte Antwort
Fangjun Jiang
am 9 Jul. 2020
A signal line in a Simulink model, once it is named, it will always show. There is no property to hide or show it.
Unless, in your template model, it is shown as "<>" which means signal propagation. If the propagated signal names make it look busy, you can turn 'SignalPropagation' to be 'off'
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu AI for Signals finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!