distance between two matrices
Mostra commenti meno recenti
I have to compute the hamming distance between two matrices.
a=[240*7]; b=[240*7]; dist=hamming (a,b);
but this code shows error.
what i do? I need the solution.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Hamming in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!