HOW TO USE "INTERSECTION AND UNION" IN MATALB?

2 visualizaciones (últimos 30 días)
sheeba
sheeba el 26 de Sept. de 2013
Comentada: Jan el 26 de Sept. de 2013
I HAVE THE CODE N= B union C+|B intersection C|, ->modulus.. please help me... how to use this in matlab..
  2 comentarios
Roger Stafford
Roger Stafford el 26 de Sept. de 2013
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 el 26 de Sept. de 2013
Editada: Jan el 26 de Sept. de 2013
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.

Iniciar sesión para comentar.

Respuestas (1)

ES
ES el 26 de Sept. de 2013
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.

Categorías

Más información sobre Cell Arrays en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by