Matlab Simulink variable's time
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Giuseppe Naselli
am 4 Apr. 2014
did you see my answer? if you use it and it works please accept it :) G
Antworten (2)
Giuseppe Naselli
am 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
0 Kommentare
Siehe auch
Kategorien
Mehr zu Sources finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!