Dead Zone

Syntax


y = dead(bb, tb, x)

Description


Creates a dead zone (output of zero) when the input x (which may be an expression) lies between the passed bottom bound bb and top bound tb..

Example


y = dead(-0.5, 0.5, sin(t))