function [y, f]= examplefunctthree(x,r)

y=2*(x+r);
f = y*2*pi;
end