function v = mysteryFunction(v) v(2:end) = v(2:end) + v(1:end-1);