distance between two matrices
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Hamming en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!