Azzera filtri
Azzera filtri

Matlab Simulink variable's time

3 visualizzazioni (ultimi 30 giorni)
Darka
Darka il 1 Apr 2014
Risposto: Darka il 18 Mag 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 Commento
Giuseppe Naselli
Giuseppe Naselli il 4 Apr 2014
did you see my answer? if you use it and it works please accept it :) G

Accedi per commentare.

Risposte (2)

Giuseppe Naselli
Giuseppe Naselli il 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 il 18 Mag 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

Categorie

Scopri di più su Simulink Functions in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by