Dear Statalisters
Apologies in advance for the simplicity of my question. I am sure the is already a forum answering it but I don't seem able to find it.
For the porposes of data presentation I have a square matrix, lets say M=(A,B\C,D), and I want to manipulate it so that M=(C,D\A,D).
Would be very grateful if someone could guide on how to do it or to a forum exploring this topic
Many thanks!
Apologies in advance for the simplicity of my question. I am sure the is already a forum answering it but I don't seem able to find it.
For the porposes of data presentation I have a square matrix, lets say M=(A,B\C,D), and I want to manipulate it so that M=(C,D\A,D).
Code:
clear matrix define M = (1,2,3\4,5,6\7,8,9) matrix list M
Many thanks!
Comment