Hi all.
I am having a bad time with this problem. Could someone
shed some light, please ?
My program saves N numbers in a single line (usually there are more
than 400 numbers on it). This is done M times, resulting in a matrix
like the one below :
1 4 10 -1 3 7 ...
20 1 44 2 -10 5 ...
2 5 50 2 0 1 ...
...
...
How can I transpose this NxM matrix to MxN ?
1 20 2
4 1 5
10 44 50
-1 2 2
3 -10 0
7 5 1
Thanks,
Serg