How to remove multiple elements in a row matrix

조회 수: 1 (최근 30일)
Christina Kersten
Christina Kersten 2020년 2월 20일
편집: Alex Mcaulley 2020년 2월 20일
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