Log in

View Full Version : MATLAB scripts


Amyunimus
Jul 18, 2007, 10:54 AM
I'm very new to this program and trying to find my way around.

I have a long pre-made script that I am modifying. In this first script, at one point it needs to read information from a certain type of file (.img) but I only have these files as another kind (.cub).

I have a small other script for converting .cub files to .img.

I could do these all individually, but I would rather incorporate the smaller script into the larger script, so I can convert all the .cub files as a batch job.

How do I do that?

Thank you!