Clear Filters
Clear Filters

How to delay next output?

1 view (last 30 days)
George
George on 4 Aug 2013
The output of an operator is logical,true or false, and I am trying to delay the next output if it is false which equals zero. How is that possible?

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 4 Aug 2013
You can use Two blocks: a switch block to make a test and the unit delay block to delay your output

Community Treasure Hunt

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

Start Hunting!