I want to run a .m Matlab program/file a number of times. However, I do not want to have to repeatedly enter the file name 10 times for instance. Is it possible to use a for loop for this? Or is it possible to create a makefile in matlab that will call a sequence of programs. If so is there any criteria that should be followed for this?