11-02-2008 10:33 PM
11-03-2008 08:48 AM
Hi,
If you just want to read the data and sort it column-wise, then the following script should work
a = dlmread('plotdata.dlm', ' ');
b = sort(a);
b is same as a excpet that each column of b are in ascending order. I have tested your data file in LabVIEW 8.6.