find duplicates

版本 1.1.0.0 (748 字节) 作者: Bas Altena
find duplicate numbers between to vectors
176.0 次下载
更新时间 2014/3/26

查看许可证

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

引用格式

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

MATLAB 版本兼容性
创建方式 R2013a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

added example

1.0.0.0