rotates the given matrix clockwise by 90 degrees.
y = moc_rot90 (x, k)
Return a copy of x with the elements rotated counterclockwise in 90-degree increments. The second argument is optional, and specifies how many 90-degree rotations are to be applied (the default value is 1). Negative values of n rotate the matrix in a clockwise direction.