Matlab Simulink variable's time

2 views (last 30 days)
Darka
Darka on 1 Apr 2014
Answered: Darka on 18 May 2014
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 Comment
Giuseppe Naselli
Giuseppe Naselli on 4 Apr 2014
did you see my answer? if you use it and it works please accept it :) G

Sign in to comment.

Answers (2)

Giuseppe Naselli
Giuseppe Naselli on 1 Apr 2014
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 on 18 May 2014
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

Categories

Find more on Simulink Functions in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!