Borrar filtros
Borrar filtros

i want select the first and second array s(i) in the loop

2 visualizaciones (últimos 30 días)
fatemeh
fatemeh el 19 de Oct. de 2013
Editada: Azzi Abdelmalek el 19 de Oct. de 2013
actually s(i)s are produced in the loop over and over i want the two first entry of this array each time that pass loop...

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 19 de Oct. de 2013
Editada: Azzi Abdelmalek el 19 de Oct. de 2013
Just create a new counter and a new variable to store your data. At the end of yourloop add
new_var(k,1:2)=s(1:2)

Más respuestas (1)

Image Analyst
Image Analyst el 19 de Oct. de 2013

Categorías

Más información sobre Loops and Conditional Statements 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