finding repeated values of two columns data?
Show older comments
Finding the repeated values
ex: 1 3
2 4
1 5
1 3
3 1
4 5
6 8
7 0
1 3
4 5
in the above 1 3 repeated 3 times and 4 5 repeated twice
my question how to find repeated values of two column values in matlab any body please suggest me
Accepted Answer
More Answers (1)
Sai Sri Pathuri
on 30 May 2020
0 votes
This answer may help
However, they checked only for one row, you may use a loop to check for all rows
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!