Simulink function to detect Step time
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Alejandro Fernández
il 9 Nov 2020
Commentato: Alejandro Fernández
il 9 Nov 2020
Hello, I need to create a function within simulink that allows me to know the step time value, that is, in this case the display should show the value 1.
Thank you so much.
0 Commenti
Risposta accettata
Fangjun Jiang
il 9 Nov 2020
Use the rising edge of the step signal to trigger a triggered subsystem, which contains a Clock block. When it is triggered, it should output the time at that moment.
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!