Hello users,
For examples, I have a matrix A = J(4,4,0) and other matrices: A1=(1, 4, 2, 1) , A2 = (3, 4, 2, 3). How could I replace the first row of matrix A with matrix A1, second row of matrix A with matrix A2, ...?
Thanks a lot in advance.
For examples, I have a matrix A = J(4,4,0) and other matrices: A1=(1, 4, 2, 1) , A2 = (3, 4, 2, 3). How could I replace the first row of matrix A with matrix A1, second row of matrix A with matrix A2, ...?
Thanks a lot in advance.
Comment