MATLAB follows the mathematics principles of vector addition that adds each element from a vector to the corresponding element from the other one. If you wish to concatenate the 2 arrays you can try the MATLAB concatenating operation that looks like this: v3=[v1 v2]