faster method for setdiff

I am using setdiff function for deleting same rows.
C = setdiff(A,B,'rows')
It takes about 84.9% of time for my entire code which consumes a lot of time. Is there a faster way for setdiff function?

2 Commenti

Kirby Fears
Kirby Fears il 11 Apr 2016
Yuang,
What kind of data is in A and B?
Is one a superset of the other?
What is your data type? Numeric? Categorical? Table?

Accedi per commentare.

Risposte (0)

Richiesto:

il 11 Apr 2016

Commentato:

il 11 Apr 2016

Community Treasure Hunt

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

Start Hunting!

Translated by