function y = perata(x) t = x(1); vout = x(2); if t == 0 y = 0; else y = vout/t; end