Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

How to do a while loop

1 vue (au cours des 30 derniers jours)
Riri
Riri le 20 Jan 2014
Clôturé : MATLAB Answer Bot le 20 Août 2021
I have to combined a for loop and a while loop

Réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 20 Jan 2014
test=0;
while test==0
test=input('You are in a while loop. Press 1 to exit the loop and 0 to stay');
%your code
end
  3 commentaires
Image Analyst
Image Analyst le 20 Jan 2014
Well, why did you say "You are in a while loop" when you didn't even have any while loops at all. All you had were for loops. So why did you say that?
Riri
Riri le 21 Jan 2014
Nwm I just firgured it out thank you tho

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by