Problem 2303. Compute Hamming distances between each pair of rows from two input matrices
Solution Stats
Problem Comments
-
2 Comments
Rafael S.T. Vieira
on 4 Oct 2020
I found the problem description a little confusing, but It's just a matrix multiplication. However, instead of doing the dot product, we must calculate the hamming distance between row and column.
Dyuman Joshi
on 14 Mar 2022
+1, The problem statement is confusing.
Problem Recent Solvers14
Suggested Problems
-
3655 Solvers
-
Find state names that end with the letter A
1020 Solvers
-
1299 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1343 Solvers
-
convert matrix to single column
375 Solvers
More from this Author4
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!