I need to find the destinations of a particular signal on a bus, I've downloaded myTraceSignal from FileExchange but still need help.
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have a large model, in one of the blocks is a CreateBus with 100 signals. I only want to trace the destinations of where "Signal-25" gets used, highlighted path(s) in ModelBrowser would be ideal solution. Thanks for any assistance.
0 Commenti
Risposta accettata
Drew Davis
il 24 Giu 2015
This should be a good place to start:
l1 = find_system(bdroot , 'FindAll' , 'on' , 'type' , 'line' , 'Name' , '<my_line_name>');
hilite_system(l1);
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!