Effacer les filtres
Effacer les filtres

How to pick specific values from a matrix?

1 vue (au cours des 30 derniers jours)
Madhavareddy kota
Madhavareddy kota le 30 Juil 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.

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 30 Juil 2013
A(10:10:end,:)

Plus de réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by