about Find difference set.

3 Ansichten (letzte 30 Tage)
C Zeng
C Zeng am 8 Jan. 2013
Hi, I have two matrices(same number of columns), M1 and M2. M2 is a set of subset of rows in M1. Is there a function in matlab that I can directly get M1-M2={set of rows in M1 but not set of rows in M2}
Thanks.

Akzeptierte Antwort

Sean de Wolski
Sean de Wolski am 8 Jan. 2013
doc setxor
Use the 'rows' flag.
  1 Kommentar
C Zeng
C Zeng am 8 Jan. 2013
Thanks, Sean. setxor(A,B,'rows')

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Language Fundamentals finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by