Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Element from cell array extraction
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Gopalakrishnan venkatesan
el 23 de En. de 2018
Cerrada: MATLAB Answer Bot
el 20 de Ag. de 2021
I have cell array a = {'abd', 'abd\cd\def.mdl', 'abc\efg'}
I want to remove the element ending with 'mdl' and also element without '\'.
Finally my answer should be,
a = {'abc\efg'}
How can i do this using regexp or any other method?
Thanks a lot
0 comentarios
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!