Question: How do i shift the whole matrix?

Hi, may I know how do i rearrange the matrix by shifting them please?

For example, i have a 9x9 matrix. I would like to shift the first column to the end (1..9,1) becomes (1..9,-1), and the rest of the matrix (1..9,2..9) becomes (1..9,1..8).

Please help. Thanks.

Please Wait...