Specific column range from an array?

This is probably very dumb question but I cant seem to find an answer for it. I have an array with two columns, how to I extract let`s say the second column, from the 5th row until the 10th?

 Akzeptierte Antwort

Alexandra Harkai
Alexandra Harkai am 5 Apr. 2017

3 Stimmen

y = x(5:10, 2) % rows 5:10, column 2

1 Kommentar

Nom
Nom am 7 Okt. 2019
Thank you so much for actually linking it in the documentation, found exactly what I needed!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Gefragt:

am 5 Apr. 2017

Kommentiert:

Nom
am 7 Okt. 2019

Community Treasure Hunt

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

Start Hunting!

Translated by