choose elements from a array with condition

1 visualización (últimos 30 días)
NIKHIL VALSAN KULANGARETH
NIKHIL VALSAN KULANGARETH el 19 de Mzo. de 2018
Respondida: David Fletcher el 19 de Mzo. de 2018
I have a row matrix of dimension1x1000 . I need another row matrix consisting of every 10th element of the above matrix so that the dimension now is 1x100. What to be done in this context?

Respuestas (1)

David Fletcher
David Fletcher el 19 de Mzo. de 2018
extract=rowMatrix(10:10:1000)

Categorías

Más información sobre Structures 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