How to remove multiple elements in a row matrix

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 日

0 投票

This is a very basic problem. I recommend you to do the Matlab tutorial
Being A your array:
A = A(2835:end);

カテゴリ

ヘルプ センター および File ExchangeCreating and Concatenating Matrices についてさらに検索

製品

リリース

R2019b

質問済み:

2020 年 2 月 20 日

編集済み:

2020 年 2 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by