Q:

Load files named file1.dat, file2.dat, and so on in a loop. To test this, create just two files with these names in your Current Folder first

0

Load files named file1.dat, file2.dat, and so on in a loop. To test this, create just two files with these names in your Current Folder first.

All Answers

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

Ch7Ex27.m

for i = 1:2

 eval(sprintf('load file%d.dat',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