Question: What is the bug with the following Matlab code? for i=1:10 sum=0.0; sum=sum+i; end;
What is the bug with the following Matlab code?
for i=1:10
sum=0.0;
sum=sum+i;
end;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
