Navigate to the correct location in Simulink with path given
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
If I have a path like HYB/Controls/subsystem.... how do I go that subsystem directly rather than parsing through the entire model
0 Commenti
Risposta accettata
K E
il 21 Mar 2012
While it does not directly address your question, this answer has helpful information about navigating around in a large model. I suspect it might be useful.
0 Commenti
Più risposte (1)
Kaustubha Govind
il 21 Mar 2012
>> open_system('full/path/here', 'force')
The 'force' argument is only needed if you have masked subsystems.
0 Commenti
Vedere anche
Categorie
Scopri di più su Subsystems 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!