How to copy even columns (column numbers: 0, 2, 4) from a matrix to another matrix (column numbers: 1, 2, 3)?
and how to copy odd columns (column numbers: 1, 3, 5) from a matrix to another matrix (column numbers: 1, 2, 3)?
↧