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

조회 수: 3 (최근 30일)
Kirti
Kirti 2012년 12월 6일
What is disjoint of matrices? How to implement it for M X N Matrix?

답변 (1개)

Vishal Rane
Vishal Rane 2012년 12월 6일
편집: Vishal Rane 2012년 12월 6일
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.

카테고리

Help CenterFile Exchange에서 Data Types에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by