How to extract different element between two cell array?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Aakriti Srivastava
am 5 Aug. 2022
Kommentiert: Aakriti Srivastava
am 5 Aug. 2022
I have two array
X1 = {'A','B','C','D'}
x2 = {'A','B','C','D','E','F','G','H'}
and I want to create a row having element not found in A i.e.
X3 ={ 'E','F','G','H'}
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Type Identification 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!