I wish to run a matlab m file from my windows 7 scheduler.
I can run a matlab m file that takes no parameters using the line below
-r my_matlab_function,exit
If I had a matlab function that was expecting a simple text parameter is there a way to also schedule the function to run via the windows 7 scheduler?