Effacer les filtres
Effacer les filtres

Matlab Simulink variable's time

3 vues (au cours des 30 derniers jours)
Darka
Darka le 1 Avr 2014
Réponse apportée : Darka le 18 Mai 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 commentaire
Giuseppe Naselli
Giuseppe Naselli le 4 Avr 2014
did you see my answer? if you use it and it works please accept it :) G

Connectez-vous pour commenter.

Réponses (2)

Giuseppe Naselli
Giuseppe Naselli le 1 Avr 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 le 18 Mai 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

Catégories

En savoir plus sur Simulink Functions dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by