How to extract different element between two cell array?
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Aakriti Srivastava
il 5 Ago 2022
Commentato: Aakriti Srivastava
il 5 Ago 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 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Data Type Identification in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!