Borrar filtros
Borrar filtros

Array indexing nth spaced element

3 visualizaciones (últimos 30 días)
Raquel Flores
Raquel Flores el 2 de Mzo. de 2020
Respondida: Adam el 2 de Mzo. de 2020
How do I extract the nth spaced elements of an array?
a = [1 2 3 4 5 6 7 8 9 10 11 12]
I want to extract a(1), a(1+n), a(1+2n),... elements.
My array is quite long, so writing the above manually is not an option.
Is there a way of doing so without using a for loop?

Respuesta aceptada

Adam
Adam el 2 de Mzo. de 2020
a( 1:n:end )

Más respuestas (0)

Categorías

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

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by