Clear Filters
Clear Filters

How do i find a value of a variable in simulink?

1 view (last 30 days)
Im trying to understand an existing model in Simulink.
In this model there is a variable called "Rr" specifying the gain in a gain element. How do I find the value of Rr? And is there a way to find the precedents and dependents of Rr (like in Excel)?

Accepted Answer

Sebastian Castro
Sebastian Castro on 19 May 2016
If you're using one of the few latest versions, the easiest thing to do is to open up that Gain block's parameters and right-click the text box where Rr is entered. This will give you two options to "open" or "explore" the variable.
This option is smart enough to figure out the location of the variable, which could be the base workspace, model workspace, a data dictionary, or a local variable in a masked subsystem.
If you don't have that option because you're on an older version, you can try right-clicking the Gain block and selecting "Find Referenced Variables" from the context menu. This will, for the most part, be equivalent to selecting that "explore" option; it will also open the Model Explorer.
- Sebastian

More Answers (0)

Categories

Find more on Interactive Model Editing in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!