The system y[n]=x[n]+x[n+1] is not causal.
Use the signal x[n]=u[n] (1 if n=>0, and 0 if n<0) to demonstrate this.
Define the MATLAB vectors x and y to represent the input on the interval -5<=n<=9, and the output on the interval -6<=n<=9 respectively.