This is the equation I am trying to implement. I am using Simulink integrator block and simple algebraic blocks for it. How can I implement the last part (t-tk)
because I don't know how to use the simulation time(t)
in simulink.
Asked
Active
Viewed 326 times
0

Adriaan
- 17,741
- 7
- 42
- 75
-
1Welcome to Stack Overflow! Please read [ask] and [mcve]. Specifically, we would like to see your code (blocks in this case) and your attempt on including `time(t)`. Please [edit] the question accordingly. – Adriaan May 01 '20 at 09:58
-
You can use the clock block to get time – jualsevi May 01 '20 at 20:02