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

y = u;