Matlab/simulink - Is there any block with only two states

I would like a block which can manually generate 1 or 0. I need it because I want to manually turn off and turn on something

 Accepted Answer

i usually use two constant blocks and a switch. The first constant block is 1 and the other is 0.
Then you can use switch to alter the state.

More Answers (0)

Categories

Tags

Community Treasure Hunt

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

Start Hunting!