1.Write a for loop that displays the run number and your full name 5 times on the command window. Your output should look similar to following: using matlab
Since you did not specify how the out put should look like.
for i=1:5
fprintf('run number: %i\n',i)
fprintf('Enter name here\n')
end
Get Answers For Free
Most questions answered within 1 hours.