Ben Zimmer Posted October 21, 2008 Report Share Posted October 21, 2008 Hey All, I just posted a new entry on our LabVIEW Tip Jar Video Blog. Excerpt: QUOTE In this entry, I discuss and hopefully demystify some of the common data structures within LabVIEW, including arrays of clusters of arrays. New and novice LabVIEW programmers users are often introduced to the "bundle" function for the first time when they start plotting multiple sets of data on waveform graphs. It isn't always clear that you are in fact creating a cluster, nor is it clear why you sometimes use a 2-D array of numbers, and sometimes you bundle. Click here to see the full article. Regards, Ben Quote Link to comment
Antoine Chalons Posted October 21, 2008 Report Share Posted October 21, 2008 QUOTE (Ben Zimmer @ Oct 20 2008, 03:12 PM) Hey All,I just posted a new entry on our LabVIEW Tip Jar Video Blog. Excerpt: http://www.lvmastery.com/tipjar2008-10-19' rel='nofollow' target="_blank">Click here to see the full article. Regards, Ben Great shot Ben ! I didn't know about that trick for the sort 1D array working on 1D array clusters ! Thanks for providing those very good tips ! :worship: Quote Link to comment
LAVA 1.0 Content Posted October 21, 2008 Report Share Posted October 21, 2008 Another general approach to sorting arrays by cluster element can be done with the following code: The OpenG function sorts an array by pointers. Ton Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.