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)?
0 个评论
采纳的回答
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 Center 和 File Exchange 中查找有关 Interactive Model Editing 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!