Delete row from dataset array
Mostrar comentarios más antiguos
I have a dataset array of strings and doubles, and I would like to delete the first row(completly), I mean the 2nd row will pass to be the 1st and so on... for now I tried deleting the content but the row is still there and Im having indexing problems afterwards:
test{1,i}=[]; %%test is the dataset array and i the index to pass throught all cells
Thanks in advance,
2 comentarios
Azzi Abdelmalek
el 26 de Jul. de 2013
Can you give a short example?
Manuel
el 26 de Jul. de 2013
Respuesta aceptada
Más respuestas (1)
Categorías
Más información sobre Numeric Types 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!