Borrar filtros
Borrar filtros

How to pick specific values from a matrix?

1 visualización (últimos 30 días)
Madhavareddy kota
Madhavareddy kota el 30 de Jul. de 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.

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by