|
Re: Sorting 2-D Arrays [Labview]
Unfortunately, there is no easy way to tell LV exactly how to sort more complicated data containers. LV deals with almost any type, but only 1D containers, sorted by first, then second, etc, and only in ascending order.
The attached snippet shows how to build an index array, then rebuild the 2D array based upon the indices.
Greg McKaskle
|