Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Matlab 的新手,我需要连接不同行中两列的元素。我有以下矩阵:a =
12 15 14 16 15 20 16 23 20 21 21 25 23 24 24 26 25 27
我需要的是识别第二列的元素等于第一列的元素,并按顺序连接它们以创建 2 行:[12 15 20 21 25 27] 和 [14 16 23 24 26]。实际数据是相当大的,所以代码越向量化越好!
谢谢你的帮助!地理信息系统