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

1 次查看(过去 30 天)
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)?

采纳的回答

Sebastian Castro
Sebastian Castro 2016-5-19
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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Programmatic Model Editing 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by