Delay certain subsystem in simulink
Mostra commenti meno recenti
Dear all,
I am working on a simulink model with different subsystems and would like to delay a specific system to work after the simulation begin by certain amount of time.
Risposte (1)
Fangjun Jiang
il 26 Feb 2023
0 voti
Make the subsystem a triggered subsystem. The Clock block gives you the simulation time. Compare its output to a Constant block, use the output to trigger the subsystem.
Categorie
Scopri di più su Subsystems in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!