find duplicates

Version 1.1.0.0 (748 Bytes) by Bas Altena
find duplicate numbers between to vectors
176 Downloads
Updated 26 Mar 2014

View License

for two vectors with a list of numbers, find the duplicate entities.
example:
[aNew,bNew] = findDuplicate([1.2 2.4 6.3 6.2],[1.2 1.2 6.2 5])

Cite As

Bas Altena (2024). find duplicates (https://www.mathworks.com/matlabcentral/fileexchange/46038-find-duplicates), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2013a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

added example

1.0.0.0