deleting multiple rows in a matrix

47 次查看(过去 30 天)
how can i completely remove the first 113475 rows in a (879999*1) matrix

采纳的回答

José-Luis
José-Luis 2013-2-15
your_mat = your_mat(113476:end,:);
Please read the Getting started part of the documentation.

更多回答(1 个)

Azzi Abdelmalek
Azzi Abdelmalek 2013-2-15

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by