deleting multiple rows in a matrix
50 次查看(过去 30 天)
显示 更早的评论
how can i completely remove the first 113475 rows in a (879999*1) matrix
采纳的回答
José-Luis
2013-2-15
your_mat = your_mat(113476:end,:);
Please read the Getting started part of the documentation.
更多回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!