Question: 13. Rewrite the following MATLAB code using a while loop structure to avoid the break command. limit-210; m-100; sum-0; for i-1:m sum-sum+i; if sum>limit; break;
13. Rewrite the following MATLAB code using a while loop structure to avoid the break command. limit-210; m-100; sum-0; for i-1:m sum-sum+i; if sum>limit; break; end end sum n-i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
