How to remove multiple elements in a row matrix

1 vue (au cours des 30 derniers jours)
Christina Kersten
Christina Kersten le 20 Fév 2020
Modifié(e) : Alex Mcaulley le 20 Fév 2020
I have a 40000x1 matrix and just want to remove elements 1 to 2834. How do I do this?

Réponses (1)

Alex Mcaulley
Alex Mcaulley le 20 Fév 2020
Modifié(e) : Alex Mcaulley le 20 Fév 2020
This is a very basic problem. I recommend you to do the Matlab tutorial
Being A your array:
A = A(2835:end);

Catégories

En savoir plus sur Operators and Elementary Operations dans Help Center et File Exchange

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by