MATLAB: Switch depend on time

controlconvertsimmechanicssimpowersystemssimulationsimulink

My simulation time is one second, but I want to switch into new input from 0.5s to 1s. please help me If you know any tool can do this feature. Thanks in advance

Best Answer

Use the Clock block for the current simulation time and a Switch block to compare the time to your desired switch time.
This example will switch the output of the Switch block from 0 to 1 at 5 seconds.
Related Question