Borrar filtros
Borrar filtros

please explain this statement for img = 1:s(1)

1 visualización (últimos 30 días)
Kanwal Kaur
Kanwal Kaur el 17 de Nov. de 2016
Comentada: KSSV el 17 de Nov. de 2016
which type of for loop is this ? please explain the below statement.Thanks in advance.
for img = 1:s(1)

Respuesta aceptada

KSSV
KSSV el 17 de Nov. de 2016
s should be array which is already defined. It is a for loop which runs from 1 to s(1).
Eg:
s = [5 6 7 8] ;
for img = 1:s(1)
img
end
  4 comentarios
Kanwal Kaur
Kanwal Kaur el 17 de Nov. de 2016
ok.Thanks :)
KSSV
KSSV el 17 de Nov. de 2016
Thanks is accepting the answer....;)

Iniciar sesión para comentar.

Más respuestas (0)

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