How do I search a Simulink Model for a variable?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I am trying to follow a Simulink model. There are many variables which have been defined/initialized in a Matlab script which is run before the model is run. I would like to know where in the model these variables are used. Is there a way to do this without having to go through each module of the model, or examining its mask parameters, etc.? Thanks in advance for your help.
0 Kommentare
Antworten (1)
Sebastian Castro
am 8 Jan. 2016
You can right-click a model and select "Find Referenced Variables".
This will take you into the Model Explorer tool (you can open this in other ways too), which shows the search results and lets you search again as shown here:
- Sebastian
Siehe auch
Kategorien
Mehr zu Dependency Analysis finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!