HOW TO USE "INTERSECTION AND UNION" IN MATALB?

조회 수: 2 (최근 30일)
sheeba
sheeba 2013년 9월 26일
댓글: Jan 2013년 9월 26일
I HAVE THE CODE N= B union C+|B intersection C|, ->modulus.. please help me... how to use this in matlab..
  댓글 수: 2
Roger Stafford
Roger Stafford 2013년 9월 26일
I suggest you read these two Mathworks' websites carefully:
http://www.mathworks.com/help/matlab/ref/union.html
http://www.mathworks.com/help/matlab/ref/intersect.html
Jan
Jan 2013년 9월 26일
편집: Jan 2013년 9월 26일
It depends on the types of B, C and D, and the definition of "+" and "modulus" in your case. Is this group theory or are you talking of simple vectors? Is "+" the joining or the addition?
Without clean definitions of the data and operators asking for a conversion to Matlab is not meaningful. Example: How to program the BlöderNasenmann operator to Matlab when it is applied to Quabla Fabla? Although the meaning is clear to me, no reader can have a reliable idea what I'm talking of.

댓글을 달려면 로그인하십시오.

답변 (1개)

ES
ES 2013년 9월 26일
N=union (B,C)+abs(intersect(B,C)) Take a lot of care about matrix dimensions. The intersection matrix is smaller or equal in size as of the two input matrices. Similarly, the union matrix is bigger or equal in size as of the two input matrices. Zero pad or make necessary changes to accommodate size differences.

카테고리

Help CenterFile Exchange에서 Cell Arrays에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by