I have three vectors of equal length of. 
a = random (10 ^ 5); 
b = rand (10 ^ 5); 
c = rand (10 ^ 5); 
How to sort them simultaneously by one of them without joining them in an 
array.
Paul

Reply via email to