How to use Simulation time?

7 views (last 30 days)
Praveen Kumar Pakkirisamy
Praveen Kumar Pakkirisamy on 28 Apr 2020
Answered: Milan Padhiyar on 8 Jan 2021
Hello People,
I want to implement the following equation in Simulink
I am using integrator block in simulink to solve the equations. However I am not quite sure on implementing (t-t_k) part since t is the simulation time.
Thank you in advance.

Answers (1)

Milan Padhiyar
Milan Padhiyar on 8 Jan 2021
Hi Praveen,
To get the current simulation time, you can use the Clock Block in your model.
This blocok utputs the current simulation time at each simulation step. This block is useful for other blocks that need the simulation time.
If you are using discrete system, use the Digital Clock block.
I hope this information helps you in your query.
Thanks

Categories

Find more on Modeling 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!