labviEW中二维数组排序问题

2019-07-17 10:15发布

问题是这样的,我不断采集过来的两种参数,都是成对出现的,我把它们组成了一个二维数组,现在就想以其中的一个参数按大小排序,另一个参数不排序但是它们原来是一对的还是一对。比如说(x,y)二维数组是这样的:(1,20)  (3,30)  (2,50)我排序后应该是(1,20)  (2,50)  (3,30)这样说应该明白了吧,该怎么实现呢,我只知道有一维数组排序的
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
19条回答
sexyboy
1楼-- · 2019-07-17 13:50
 精彩回答 2  元偷偷看……
北京烤鸭
2楼-- · 2019-07-17 16:05
labview中,循环最耗时,这种方法可以避免使用循环次数,对于大元素二维数组,能否较为省时?
QQ截图20120331162431.png
小米好用
3楼-- · 2019-07-17 21:48
QQ截图20120331162748.png

Sort_Array.vi (11.51 KB, 下载次数: 416)
jiuri1989
4楼-- · 2019-07-18 02:24
想不到sort 1D array可以这么用
组成array cluster 赞楼上

Help文件是多么重要啊
If array is an array of clusters, the function sorts the elements by comparing the first elements. If the first elements match, the function compares the second and subsequent elements. The connector pane displays the default data types for this polymorphic function.
jingbao123
5楼-- · 2019-07-18 02:40
 精彩回答 2  元偷偷看……
tanzhenxin
6楼-- · 2019-07-18 02:49
感激啊

一周热门 更多>