How to use Simulation time?

1 次查看(过去 30 天)
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.

回答(1 个)

Milan Padhiyar
Milan Padhiyar 2021-1-8
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

类别

Help CenterFile Exchange 中查找有关 Modeling 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by