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 Center および File ExchangeOperators 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