repeated elements in matrix
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
i have a Nx4 matrix like this [1 2 3 1; 2 1 3 2; 3 2 1 3] with the values of nodes making a clique, i need to find the occurances of a 1x2 matrix for instance [1 2] any suggestions?
2 个评论
Joseph Cheng
2017-4-4
编辑:Joseph Cheng
2017-4-4
for your example of [1 2] is that different from [1;2] [2;1] or [2 1]? or are these separate instances?
Charis L
2017-4-5
回答(0 个)
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!