Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
Kanwal Kaur
Kanwal Kaur am 17 Nov. 2016
Kommentiert: KSSV am 17 Nov. 2016
which type of for loop is this ? please explain the below statement.Thanks in advance.
for img = 1:s(1)

Akzeptierte Antwort

KSSV
KSSV am 17 Nov. 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 Kommentare
Kanwal Kaur
Kanwal Kaur am 17 Nov. 2016
ok.Thanks :)
KSSV
KSSV am 17 Nov. 2016
Thanks is accepting the answer....;)

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Loops and Conditional Statements finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by