You can use sprintf().
for n = 1:20
filename = sprintf('speaker1_%03d.wav', n)
end
Then within the loop input filename into your function that reads in audio.
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!