find duplicates

Version 1.1.0.0 (748 Bytes) von Bas Altena
find duplicate numbers between to vectors
176 Downloads
Aktualisiert 26. Mär 2014

Lizenz anzeigen

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])

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2013a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.1.0.0

added example

1.0.0.0