[e,i,j] = unique(sort(e,2),'rows');请问matlab中这句怎么翻译。感谢回答。
对于矩阵e对每行进行排序然后以行为单位求唯一行你可以参考:https://ww2.mathworks.cn/help/matlab/ref/sort.html#d123e1263712https://ww2.mathworks.cn/help/matlab/ref/double.unique.html?s_tid=doc_ta