How to remove multiple elements in a row matrix

3 次查看(过去 30 天)
I have a 40000x1 matrix and just want to remove elements 1 to 2834. How do I do this?

回答(1 个)

Alex Mcaulley
Alex Mcaulley 2020-2-20
编辑:Alex Mcaulley 2020-2-20
This is a very basic problem. I recommend you to do the Matlab tutorial
Being A your array:
A = A(2835:end);

类别

Help CenterFile Exchange 中查找有关 Operators and Elementary Operations 的更多信息

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by