distance between two matrices
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Hamming finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!