function y = rata2(x) xdc=x(1); t=x(2); if t == 0 time=eps; else time=t; end y = xdc/time;