So I want to be able to put matrices "next to each other", or in other words if I have two matrices $A$ that is $n\times k$ and $B$ that is $n\times m$, I want to be able to create a matrix $C$ that is $n\times (k+m)$ so that the $(k+1)$th column of $C$ is the first column of $B$.
This should be really easy, and in matlab it is (C= [A B]), but I can't figure it out in mathematica



Also, please remember to accept the answer, if any, that solves your problem, by clicking the checkmark sign!
– Nov 13 '15 at 15:14