What does this function print?
a = 1; for i_loop = 1:6 disp(a); end
nothing will print
functions within the current directory
You want to include optional input arguments.
resample