hamming distance in one matrix
Mostra commenti meno recenti
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.
Risposta accettata
Più risposte (2)
sravankumar v
il 16 Nov 2017
0 voti
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
il 4 Mar 2020
Modificato: VELAMMAL SORIMUTHU PILLAI
il 4 Mar 2020
0 voti
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.
Categorie
Scopri di più su Hamming in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!