deleting multiple rows in a matrix
17 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Alessandro Camillo
el 10 de En. de 2023
Comentada: Voss
el 10 de En. de 2023
how can i completely remove the first 110 rows and the last 70 in a (500*1) matrix? for example is this correct? A(1:110, : ) = [ ] A (430:500, : ) = [ ] Is there a way to combine the two?
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Elementary Math 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!