criteria to use a while-loop

4 次查看(过去 30 天)
G L
G L 2020-6-11
I want to compare the difference between a for-loop and a while-loop.
What are criteria to use a while-loop?

回答(2 个)

madhan ravi
madhan ravi 2020-6-11
编辑:madhan ravi 2020-6-11

the cyclist
the cyclist 2020-6-11
As a general rule, you will use a for loop when you know ahead of time how many iterations you want, and a while loop when you don't, but instead base the number of iterations on some condition that will get triggered during the loop itself.

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by