Matlab/simulink - Is there any block with only two states
2 views (last 30 days)
Show older comments
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
0 Comments
Accepted Answer
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.
0 Comments
More Answers (0)
See Also
Categories
Find more on Sources in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!