Problem 924. intersection of matrices
Solution Stats
Problem Comments
-
10 Comments
I guess zeros are not included as common elements.
Yes. Seems to be a somewhat "ill-posed" problem...
What does "they share a common row, column entry" mean?
I think it should be a non-zero common row, column entry.
Just consider the problem to be "Is there any i, j such that A(i,j) == B(i,j) == 1"
I guess it means intersection of arrays, literally.
Do you mind do explain in a different way? it is not clear for what exactly i should do. It miss 3 problems for me, but in any of them it is not clear the problem itself.
A small addendum to the comment of Chien-Han Su
Just consider the problem to be "Is there any i, j such that A(i,j) == B(i,j) and A(i,j) or B(i,j) ~=0"
Problem description is poor.
Please explain this problem for further clarity
Solution Comments
Show commentsProblem Recent Solvers562
Suggested Problems
-
It dseon't mettar waht oedrr the lrettes in a wrod are.
1578 Solvers
-
How many trades represent all the profit?
585 Solvers
-
Rotate input square matrix 90 degrees CCW without rot90
592 Solvers
-
219 Solvers
-
Find the sides of an isosceles triangle when given its area and height from its base to apex
1619 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!