How to extract different element between two cell array?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Aakriti Srivastava
el 5 de Ag. de 2022
Comentada: Aakriti Srivastava
el 5 de Ag. de 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 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Type Identification en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!