Delete all unconnected Lines from simulink diagram ?
Mostra commenti meno recenti
Answer: delete_line(find_system(Execution_level, 'FindAll', 'on', 'Type', 'line', 'Connected', 'off'))
3 Commenti
Nithin Kumar H M
il 27 Lug 2020
Thanks pruthvi
Manuel K
il 29 Nov 2022
How can I do this inside a (self-modifying) library-block? The command does nothing in this scope.
NJ2Cali
il 24 Apr 2024
set_param('MyLibrary', 'lock', 'off')
Risposte (0)
Categorie
Scopri di più su Programmatic Model Editing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!