What is disjoint of matrices? How to implement it for M X N Matrix?

Answers (1)

If two matrices have no element in common, then they can be called as disjoint.
Use a function like ismember to check if there are common elements.

Categories

Asked:

on 6 Dec 2012

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!