deleting multiple rows in a matrix
71 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
how can i completely remove the first 113475 rows in a (879999*1) matrix
1 commentaire
Réponse acceptée
José-Luis
le 15 Fév 2013
your_mat = your_mat(113476:end,:);
Please read the Getting started part of the documentation.
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Logical dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!