deleting multiple rows in a matrix
显示 更早的评论
how can i completely remove the first 113475 rows in a (879999*1) matrix
采纳的回答
更多回答(1 个)
Azzi Abdelmalek
2013-2-15
A(1:113475)=[]
1 个评论
Brian Russell
2021-4-24
This is not a correct answer. It should read: A(1:113475, :) = [ ]
类别
在 帮助中心 和 File Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!