Filter löschen
Filter löschen

How to pick specific values from a matrix?

1 Ansicht (letzte 30 Tage)
Madhavareddy kota
Madhavareddy kota am 30 Jul. 2013
Hello,
I Have a matrix of size 778x1500 and I would like to pick 77 rows from among all rows.Which means from every 10 rows I want one row value and the resulted matrix should be 77x1500.Can anyone suggest me how to do matlab code for this operation.Thanking you in advance.

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 30 Jul. 2013
A(10:10:end,:)

Weitere Antworten (0)

Kategorien

Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by