Where is inport value coming from?

9 views (last 30 days)
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?

Accepted Answer

Kaustubha Govind
Kaustubha Govind on 13 Mar 2012
See Importing Data to Root-Level Input Ports. In particular, you need to look at the Configuration Parameters > Data Import/Export > Input parameter.
  1 Comment
K E
K E on 13 Mar 2012
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'.)

Sign in to comment.

More Answers (0)

Categories

Find more on Load Signal Data for Simulation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!