Where is inport value coming from?

4 次查看(过去 30 天)
I am trying to decipher a Simulink model that someone else wrote. Several blocks have inports labeled 'position'. But I can't figure out if 'position' is calculated during the simulation (though I expect that it is) or is pulled in from the workspace. If 'position' comes from the workspace, it must have another name; there are no variables in the workspace with this name.
Is there a way to trace and identify the value that goes into an inport?

采纳的回答

Kaustubha Govind
Kaustubha Govind 2012-3-13
See Importing Data to Root-Level Input Ports. In particular, you need to look at the Configuration Parameters > Data Import/Export > Input parameter.
  1 个评论
K E
K E 2012-3-13
Thanks. This was helpful in diagnosing my problem, which stemmed from not understanding that a Discrete FIR filter created the signal labeled 'position'; 'position' never becomes a named variable. I did learn to trace inputs and outputs (right click on the line and choose 'Highlight To Destination' and 'Highlight to Source'.)

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Modeling 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by