Delete all unconnected Lines from simulink diagram ?
52 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Answer: delete_line(find_system(Execution_level, 'FindAll', 'on', 'Type', 'line', 'Connected', 'off'))
3 commentaires
Manuel K
le 29 Nov 2022
How can I do this inside a (self-modifying) library-block? The command does nothing in this scope.
Réponses (0)
Voir également
Catégories
En savoir plus sur MATLAB Support for MinGW-w64 C/C++ Compiler 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!