[quote name='Oler1s' date='27 Jun, 2009 - 02:39 PM' post='687021']
[quote]The MATLAB documentation indicates that it's not possible with that software.[/quote]You sure? I'm looking at
Matlab system documentation, so you should be able to repeatedly call the program in a loop. You just need to name the images in some algorithmic way (say numerically) so that you can iterate over them.[/quote]
The problem I have with the MATLAB feature is that I don't think the EXE I want to control can be controlled via the command line. The EXE is a graphical program so I need to select the files and press the "ok" buttons through several screens. I don't need to actually change any of the parameters in the dialogue boxes, just click through and save the file at the end.
[quote name='Oler1s' date='27 Jun, 2009 - 02:39 PM' post='687021']
[quote]What you have isn't a complex issue, and there is no best tool especially considering that many tools can accomplish what you want effectively. The question is how insanely (and unnecessarily) complex you want it to get. Batch works. I used Python in conjunction with Matlab on a previous project. I had Python code driving programs, some calling by commandline, some interactive commandline input.
I write scripts in Python, but if you get up to speed with Batch, it's not difficult to do. And I've just given you the URL to the relevant Matlab function.
[/quote]
Glad to hear that it's not complex. As I said before, I'm very limited in my coding experience, so it's difficult for me to evaluate which tools to use in order to avoid making it unnecessarily complex. What I want is the simplest method that performs the task. If Batch is the way to go, then I'll get up to speed on that. Ultimately, I wanted to get the input from some people more experienced than myself before I invested too many hours on a specific method.