Clear Filters
Clear Filters

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

2 views (last 30 days)
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

Ilham Hardy
Ilham Hardy on 3 Apr 2013
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

Find more on Simulink in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!