How to remove multiple elements in a row matrix

1 visualizzazione (ultimi 30 giorni)
I have a 40000x1 matrix and just want to remove elements 1 to 2834. How do I do this?

Risposte (1)

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

Categorie

Scopri di più su Operators and Elementary Operations in Help Center e File Exchange

Prodotti


Release

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by