stop for loop if a thing happens
Ältere Kommentare anzeigen
for example:
for i=1:10
a=i+1
if a>5
exit from loop % *which command do this*
end
end
Akzeptierte Antwort
Weitere Antworten (2)
Wesley Ooms
am 8 Sep. 2011
0 Stimmen
the command is 'return' i guess
Wesley Ooms
am 8 Sep. 2011
0 Stimmen
i looked it up for you. the command is 'break' :)
2 Kommentare
Oleg Komarov
am 8 Sep. 2011
@Weasley: please edit your answers in place of creating new ones.
feras almasri
am 4 Apr. 2015
plz answer him instead of saying this
Kategorien
Mehr zu Loops and Conditional Statements finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!