Sorting two waves simultaneously, a la Excel
Sometimes, I want to curvefit data that comes from multiple waves. My solution has been to manually copy and paste each wave into a new, single wave for my x and y datasets, respectively. The problem that I have with this is that that while my plot looks pretty, I cannot curve fit a range of data. This is because the "merged" data is not numerically sequential. I believe that I can use "sort" to arrange one of the waves in a sequential manner, but if I did the same thing to the other axis' data, the data points will no longer properly match up.
So my question is, how can I sort data a la Excel? In particular, I am thinking of the Excel functionality to sort a column in ascending or descending order, and to expand that selection to include other columns. This sorts x-y pairs of data according to only one of the columns, preserving the pairs. Any ideas?
July 8, 2008 at 03:44 pm - Permalink
July 8, 2008 at 03:52 pm - Permalink
July 9, 2008 at 01:42 pm - Permalink
Check out the Concatenate operation.
John Weeks
WaveMetrics, Inc.
support@wavemetrics.com
July 9, 2008 at 05:39 pm - Permalink
July 10, 2008 at 08:40 am - Permalink
June 10, 2013 at 11:21 am - Permalink