Delete all unconnected Lines from simulink diagram ?
45 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Answer: delete_line(find_system(Execution_level, 'FindAll', 'on', 'Type', 'line', 'Connected', 'off'))
3 Kommentare
Manuel K
am 29 Nov. 2022
How can I do this inside a (self-modifying) library-block? The command does nothing in this scope.
Antworten (0)
Siehe auch
Kategorien
Mehr zu MATLAB Support for MinGW-w64 C/C++ Compiler 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!