deleting multiple rows in a matrix
68 views (last 30 days)
Show older comments
how can i completely remove the first 113475 rows in a (879999*1) matrix
Accepted Answer
José-Luis
on 15 Feb 2013
your_mat = your_mat(113476:end,:);
Please read the Getting started part of the documentation.
More Answers (1)
See Also
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!