What does the code below produce, given that
the current working directory looks like this:


data = dir([pwd filesep '*.m']) for i=1:length(data) disp(data(i).name) end