Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How to return a external sentences for a loop ?

1 Ansicht (letzte 30 Tage)
fernando ramos
fernando ramos am 8 Dez. 2015
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Hi, I try to realize a program for this flowchart but, I had problem with the part that I marked in red. The problem is in the part that it defined for second time "sigma less or equal 0" I don't know how to create the code for this part.
In mi code, when It defined in first time "sigma less or equal 0", I use the sentences 'if' and break if the sentences is fulfilled then,I use "else" and "while" (in the part I defined sigma more or equal 0") for the next part. I appreciate your answer!

Antworten (1)

Walter Roberson
Walter Roberson am 8 Dez. 2015
while true
do a calculation
if conditions are good
break
end
do another calculation
if conditions are good
break
end
end
do the final calculations

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by