stop for loop if a thing happens

4 visualizzazioni (ultimi 30 giorni)
mohammad
mohammad il 8 Set 2011
Commentato: feras almasri il 4 Apr 2015
for example:
for i=1:10
a=i+1
if a>5
exit from loop % *which command do this*
end
end

Risposta accettata

Jan
Jan il 8 Set 2011
Or BREAK.
You can find a list of commands concerning FOR loops in the "See also" line of help for. This line is created exactly for such questions.

Più risposte (2)

Wesley Ooms
Wesley Ooms il 8 Set 2011
the command is 'return' i guess

Wesley Ooms
Wesley Ooms il 8 Set 2011
i looked it up for you. the command is 'break' :)
  2 Commenti
Oleg Komarov
Oleg Komarov il 8 Set 2011
@Weasley: please edit your answers in place of creating new ones.
feras almasri
feras almasri il 4 Apr 2015
plz answer him instead of saying this

Accedi per commentare.

Categorie

Scopri di più su Loops and Conditional Statements in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by