Navigate to the correct location in Simulink with path given
Show older comments
If I have a path like HYB/Controls/subsystem.... how do I go that subsystem directly rather than parsing through the entire model
Accepted Answer
More Answers (1)
Kaustubha Govind
on 21 Mar 2012
>> open_system('full/path/here', 'force')
The 'force' argument is only needed if you have masked subsystems.
Categories
Find more on Subsystems in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!