Matlab Simulink variable's time

3 次查看(过去 30 天)
Darka
Darka 2014-4-1
回答: Darka 2014-5-18
Hello,
I want to know more about Matlab Simulink variable's time. I need an option to measure how long the variable maintains its value in Matlab Simulink during simulation mode and how many times variable's value has changed.
Any ideas how to do that?
  1 个评论
Giuseppe Naselli
Giuseppe Naselli 2014-4-4
did you see my answer? if you use it and it works please accept it :) G

请先登录,再进行评论。

回答(2 个)

Giuseppe Naselli
Giuseppe Naselli 2014-4-1
Hi Darka,
you can log your variable using a "outport" for example (or a "to Workspace" block), you can also set your model to give the variable time in the Matlab workspace at the end of the simulation(from Model Configuration Parameter) and then once the simulation finishes you can plot/post process your variable in Matlab and see how it chances
Alternatively you can use the DETECT CHANGE block (in the Logic and Bit Operation Simulink Block Library) and then log the output of this block
I hope this help
G

Darka
Darka 2014-5-18
Hello,
Sorry I am newbie in Matlab Simulink.
I want to have a timer (stopwatch) which will be always enabled since the value is 0. If the value changes to something else, for example 6, then a timer will be reset and it will begin to count again when this value changes to 0. I want to check if this value is 0 or not for 60 seconds.
How can I do that?
Best regards,
Darka

类别

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

产品

Community Treasure Hunt

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

Start Hunting!

Translated by