Solved
Assign matrix column as another column in a different matrix
I have a matrix and i need to assign the first column as a second column in another matrix , can this be done without identifying each individual element?

In the example above id like to be able to create matrix D without having to specify every element from matricies A and B . Hopefully with the output as per matrix C.
Thanks ,
Ross

