Check if ID exist in second table
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have 2 tables, now i want to check which numbers does not exist in the second table. So for example I have:
A = ["1","2","3"];
B = ["2","3"];
I want to check which number doesn't exist and keep that one.
So:
C = ["1"];
0 Kommentare
Antworten (1)
Siehe auch
Kategorien
Find more on Tables in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!