Eliminate string from vector
Mostrar comentarios más antiguos
Hi, i created a vector containing 963 nc file. The problem is that some of them are the same but from two different version and i want to delete the previous version. For example, how can i eliminate row 844, 846 and 848 from my vector? Thanks all

Respuesta aceptada
Más respuestas (1)
Image Analyst
el 18 de Jun. de 2021
0 votos
Did you try the unique() function? It has lots of options so be sure you understand which options to use.
If you need more help, attach your cell array in a .mat file with the paperclip icon.
1 comentario
Giacomo Abrardo
el 18 de Jun. de 2021
Categorías
Más información sobre Characters and Strings en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!