function y = rms(x) t = x(1); kuadrat = x(2); if t == 0 y = 0; else y = sqrt(kuadrat/t); end