How to get current time of simulation while Model is executing.
Ältere Kommentare anzeigen
I want to execute many test cases one by one. For this,I want to execute a test case after every 50 simulation seconds. For this I want to get simulation time data runtime. Thank you.
Akzeptierte Antwort
Weitere Antworten (2)
Azzi Abdelmalek
am 3 Jan. 2013
5 Stimmen
You can use a clock block from simulink/sources with math function block (set to mod) and a constant block.

every 50s the output will be set to 0
2 Kommentare
ROHIT RAMTEKE
am 24 Mär. 2018
Thanks a lot Sir....
Ed Joz
am 9 Jun. 2018
This helped .. thank you sir
Suneesh
am 3 Jan. 2013
0 Stimmen
Kategorien
Mehr zu Modeling finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!