Simulink: return values of simulation

4 次查看(过去 30 天)
Hi,
My question is how I can take out (to Matlab) values from simulink simulations at specific time step?
In my example I have simple spring model. The scheme is below:
After I run the simulation with specific parameters, I get the following result.
How can I get value of position y=0.2 at time step = 80 from simulink to matlab?
Basically, I need to get final simulation results, after system equilibrates.
Thank you

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2013-3-1
In your scope, click on parameter icone, then History, then check save data to workspace, and set the variable name to data for example and the format to structure with time. Lunch simulation, in windows command type
t=data.time
y= data.signals.values
plot(t,y)

更多回答(1 个)

ChristianW
ChristianW 2013-3-1
Check out the Sinks-Library. There are Display-, To Workspace- and To File Blocks.
  2 个评论
Andreas Goser
Andreas Goser 2013-3-1
In addtion there is the out block and you can set the scope accordingly.

请先登录,再进行评论。

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by