Was curious if anybody here using the iemmatrix external has found an easy way to rotate a matrix? Not rotating the values themselves but rather rotating the position of the values. For example so this matrix:
1 2 3
4 5 6
7 8 9
becomes this matrix after a 90 degree clockwise rotation:
7 4 1
8 5 2
9 6 3
Thanks in advance!