<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: While Loop in MATLAB</title><link>http://www.bing.com:80/search?q=While+Loop+in+MATLAB</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>While Loop in MATLAB</title><link>http://www.bing.com:80/search?q=While+Loop+in+MATLAB</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>while - while loop to repeat when condition is true - MATLAB</title><link>https://www.mathworks.com/help/matlab/ref/while.html</link><description>This MATLAB function evaluates an expression, and repeats the execution of a group of statements in a loop while the expression is true.</description><pubDate>Thu, 23 Apr 2026 00:42:00 GMT</pubDate></item><item><title>Loop Control Statements - MATLAB &amp; Simulink - MathWorks</title><link>https://www.mathworks.com/help/matlab/matlab_prog/loop-control-statements.html</link><description>for statements loop a specific number of times, and keep track of each iteration with an incrementing index variable. For example, preallocate a 10-element vector, and calculate five values: x = ones(1,10); for n = 2:6 x(n) = 2 * x(n - 1); end while statements loop as long as a condition remains true.</description><pubDate>Wed, 22 Apr 2026 14:19:00 GMT</pubDate></item><item><title>Loops and Conditional Statements - MATLAB &amp; Simulink - MathWorks</title><link>https://www.mathworks.com/help/matlab/control-flow.html</link><description>Within any program, you can define sections of code that either repeat in a loop or conditionally execute. Loops use a for or while keyword, and conditional statements use if or switch. Additional keywords provide finer control over the program flow.</description><pubDate>Wed, 22 Apr 2026 15:23:00 GMT</pubDate></item><item><title>While Loop - MATLAB &amp; Simulink - MathWorks</title><link>https://www.mathworks.com/help/ecoder/ug/while-loop.html</link><description>Use a White Iterator Subsystem block, Stateflow Chart, or MATLAB Function block to create a while loop in the generated code.</description><pubDate>Mon, 20 Apr 2026 23:47:00 GMT</pubDate></item><item><title>Using an or in a while loop. - MATLAB Answers - MATLAB Central</title><link>https://www.mathworks.com/matlabcentral/answers/378603-using-an-or-in-a-while-loop</link><description>I want to have an or statement in my while loop. Eventually I will be incrementing ea as well as iter. But right now it should exit out of the while loop after 100 iterations but it is continuing f...</description><pubDate>Sat, 18 Apr 2026 19:24:00 GMT</pubDate></item><item><title>Do while loop in Matlab - MATLAB Answers - MATLAB Central - MathWorks</title><link>https://www.mathworks.com/matlabcentral/answers/115403-do-while-loop-in-matlab</link><description>There is no 1-to-1 correspondence to the C++ do while loop in MATLAB. Your best option is to use a while loop. The difference is that while loops check the condition at the beginning of the loop while do while loops check the condition at the end of the loop.</description><pubDate>Wed, 22 Apr 2026 23:16:00 GMT</pubDate></item><item><title>If statements inside while loop - MATLAB Answers - MathWorks</title><link>https://www.mathworks.com/matlabcentral/answers/897427-if-statements-inside-while-loop</link><description>Hi all, im trying to write a script that has a while loop with conditional statements. I am trying incoperate my if statements into the while loop so that if a input is above or below 20 and 0 i...</description><pubDate>Sat, 11 Apr 2026 22:24:00 GMT</pubDate></item><item><title>While loop with multiple conditions - MATLAB Answers - MATLAB Central</title><link>https://www.mathworks.com/matlabcentral/answers/261622-while-loop-with-multiple-conditions</link><description>Hello, I am trying to set a while loop but I am having hard time to make it work the way I wanted to work. I want the loop continue running as long as Nx less than 5000 while trying to reach r...</description><pubDate>Thu, 16 Apr 2026 22:25:00 GMT</pubDate></item><item><title>continue - Pass control to next iteration of for or while loop - MATLAB</title><link>https://www.mathworks.com/help/matlab/ref/continue.html</link><description>This MATLAB function passes control to the next iteration of a for or while loop.</description><pubDate>Wed, 22 Apr 2026 03:49:00 GMT</pubDate></item><item><title>Nested While loop functions - MATLAB Answers - MATLAB Central - MathWorks</title><link>https://www.mathworks.com/matlabcentral/answers/2104101-nested-while-loop-functions</link><description>Initialize a variable before the outer loop to control whether the game should continue. Let's call this variable playAgain and set it to true initially. Wrap your existing game code inside this outer while loop, which continues as long as playAgain is true. After the inner game loop (where the user has guessed the number correctly), prompt the user to ask if they want to play again. Based on ...</description><pubDate>Wed, 22 Apr 2026 21:50:00 GMT</pubDate></item></channel></rss>