function y = fcn(u)
if abs(u)<0.2
    u=0;
end

y = u;