function output = mymodel(x);

leng = length(x);
output = x(leng);
