How to get current time of simulation while Model is executing.
Mostra commenti meno recenti
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.
Risposta accettata
Più risposte (2)
Azzi Abdelmalek
il 3 Gen 2013
5 voti
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 Commenti
ROHIT RAMTEKE
il 24 Mar 2018
Thanks a lot Sir....
Ed Joz
il 9 Giu 2018
This helped .. thank you sir
Categorie
Scopri di più su Modeling in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!