Q:

Write a for loop that will print the column of real numbers from 2.7 to 3.5 in steps of 0.2

0

 Write a for loop that will print the column of real numbers from 2.7 to 3.5 in steps of 0.2.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Ch5Ex1.m

for i = 2.7: 0.2: 3.5

 disp(i)

end

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now