How to send to matlab the final outcome of a simulink model?

1 次查看(过去 30 天)
I would like to send to matlab the final results (ONLY the final results) of a simulation of a simulink model called in a matlab program, how can i do it?

回答(1 个)

ES
ES 2013-10-7
Do you mean values at outports? In that case you can use
sim
command. sim can simulate the model, log the output values in the variables you want. You can use the values in your script/function.
  2 个评论
ES
ES 2013-10-7
编辑:ES 2013-10-7
[T,X,Y] =sim('model',options) where X and Y are variables that will log values from Outport1, Outport2.
Look here..

请先登录,再进行评论。

类别

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

产品

Community Treasure Hunt

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

Start Hunting!

Translated by