Delete row from dataset array
Afficher commentaires plus anciens
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,
Réponse acceptée
Plus de réponses (1)
Catégories
En savoir plus sur Numeric Types dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!