Question: Please help with the matlab code for the following problems. 6. (10 points) Rewrite the following for loop as a while loop. Use the same
6. (10 points) Rewrite the following "for" loop as a "while" loop. Use the same variable names. y [5, 7, 43, -1, 10, 6, -6, 4, 2]; for j-1:length(y) if y(j)>0 sCj) y(j) +5; else sCj) 5; end end 6. (10 points) Rewrite the following "for" loop as a "while" loop. Use the same variable names. y [5, 7, 43, -1, 10, 6, -6, 4, 2]; for j-1:length(y) if y(j)>0 sCj) y(j) +5; else sCj) 5; end end
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
