Simulation Time and Date
4 views (last 30 days)
Show older comments
Hello,
I have a simulink model where I need to get the simulation time in the format of year.month.day.hours.minutes.seconds at each time step of the simulation.
I have the start time/date of the simulation (StartTime), and the simulation clock gives me the time elapsed in seconds (Count), its just I can't find an easy way to convert this to a date/time format.
In Matlab it would be easy, by using 'StartTime + seconds(Count)'. So I tried to use a Matlab Function block, declaring the extrinsic function 'seconds', but this is not working and I suspect that if this were to work it would slow down the simulation a fair bit.
I thought this would be easy to do, so perharps I'm missing something really obvious here! Any help would be much appreciated. Thank you.
0 Comments
Answers (2)
Yogananda Jeppu
on 13 Nov 2017
Try and make a simulink block with 6 outputs Year, Month, Day, hr min , sec. Divide the clock block output with the respective seconds to get the outputs. Add the initial values.
Yogananda Jeppu
on 13 Nov 2017
Try and make a simulink block with 6 outputs Year, Month, Day, hr min , sec. Divide the clock block output with the respective seconds to get the outputs. Add the initial values.
0 Comments
See Also
Categories
Find more on Calendar in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!