hamming distance in one matrix
显示 更早的评论
greetings every body i want to calculate the hamming distance between the elements of row of random binary matrix that i have produces with function dec2bin. matrix as : 10100100010001001 ; 01110010100110010; 10000100001000111; 11100011111000011; how to calculate the HD between these lines.
采纳的回答
更多回答(2 个)
sravankumar v
2017-11-16
0 个投票
if A1 is a binary image and divided in to 16x16 blocks using for loops then in the loop i want to calculate the hamming weight of A1(r+u+1:r+u+N,c+v+1:c+v+N) where r=1:N,c=1:N,u=0:N,v=0:N.please answer me as soon as possible
VELAMMAL SORIMUTHU PILLAI
2020-3-4
编辑:VELAMMAL SORIMUTHU PILLAI
2020-3-4
0 个投票
I have two random matrices of size 1*100. How can I calculate Hamming distance ?!!
If I am using pdist or pdist2 command it gives value as 1.
类别
在 帮助中心 和 File Exchange 中查找有关 Hamming 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!