How to get current time of simulation while Model is executing.
古いコメントを表示
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.
採用された回答
その他の回答 (2 件)
Azzi Abdelmalek
2013 年 1 月 3 日
5 投票
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 件のコメント
ROHIT RAMTEKE
2018 年 3 月 24 日
Thanks a lot Sir....
Ed Joz
2018 年 6 月 9 日
This helped .. thank you sir
Suneesh
2013 年 1 月 3 日
0 投票
カテゴリ
ヘルプ センター および File Exchange で Modeling についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!