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!