removing specific rows from char array
Mostrar comentarios más antiguos
data=['01'; '02'; '03'; '04'; '05'; '06'; '07'; '08'; '09'; '10'];
How I can remove the 1st and 5th columns from data aray?
1 comentario
the cyclist
el 27 de Ag. de 2021
data is a 10x2 character array, so it does not have a 5th column. I assume you meant row. See my solution.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Cell Arrays 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!