Hi All,
I have a 2x4 tree structure, I would like to ‘pivot’ (or transpose) it to make a 4x2 structure.
How do I do that? feels simple, but haven’t had any luck searching.
Thanks in advance.
Hi All,
I have a 2x4 tree structure, I would like to ‘pivot’ (or transpose) it to make a 4x2 structure.
How do I do that? feels simple, but haven’t had any luck searching.
Thanks in advance.
Flip matrix …
That’s the one.Thanks for that!