How to highlight segment signal line in Simulink?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi all,

>> lines = find_system('untitled','FindAll','on','type','line')
lines =
195.0822
196.0822
194.0822
204.0823
193.0822
Now I want to highlight 1 of segment as:

hilite_system(lines(i)) % i = from 1 to 5
So, how can I highlight 1 segment only?
Thank you so much.
0 commentaires
Réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!