Simulink start time timestamp

3 views (last 30 days)
Rouzbeh
Rouzbeh on 29 Apr 2014
Answered: Rouzbeh on 29 Apr 2014
Hello,
I would like to know how I can get an absolute time stamp for the start time of simulation. I do NOT want to continuously produce time stamps for the duration of the simulation, I only want one for when I press Run (preferably right in the model without using separate functions).
Is there a quick and easy way to do this or do I need to use event listeners to check when start is pressed.
Thank you, Rouzbeh

Answers (1)

Rouzbeh
Rouzbeh on 29 Apr 2014
Please disregard the question. The solution was simpler than I thought. I modified the StartFcn Callbak in the Model Properties and got what I wanted.
Thank you

Categories

Find more on Event Functions in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!