Hey!
I have one problem with sorting matrix. So i want to sort the first row in matrix alphabetically and than copy all the values of other rows to matching char.
Example:
R E D
b g s
a v g
a a
sorting first row, and copy other char to the matching char
D E R
s g b
g v a
a a
Ty for your help!