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

20 views (last 30 days)
What is disjoint of matrices? How to implement it for M X N Matrix?

Answers (1)

Vishal Rane
Vishal Rane on 6 Dec 2012
Edited: Vishal Rane on 6 Dec 2012
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

Find more on 3-D Scene Control in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!