Delete all unconnected Lines from simulink diagram ?
70 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Answer: delete_line(find_system(Execution_level, 'FindAll', 'on', 'Type', 'line', 'Connected', 'off'))
3 Commenti
Manuel K
il 29 Nov 2022
How can I do this inside a (self-modifying) library-block? The command does nothing in this scope.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Sources in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!