Seeking help to automate a simple process if possible

1 view (last 30 days)
Hello,
I'm using a software that is based on the Matlab environment.
I have a simple problem that I was hoping somebody might be able to help me with.
I use a built in function called "import_drive_cycles" in order to generate two files that are necessary for a simulation.
I can do it manually no problem, but I have 2,000 files so I am hoping to automate it, if I can.
The files are named cycle1.mat....cycle2000.mat
Here is screen shot of the process.
So I type "imort_drive_cycles" and a window pops up and I select a file, for example cycle1.mat http://dl.dropbox.com/u/54057365/All/matlab1.jpg
Then, it asks me, do I want to use the default path, and I click "Yes".
So I am wondering is there anyway that I can do this automatically for the 2,000 files in the folder?
I have little programming experience but keen to learn.
Thank you in advance
John

Answers (2)

Matt Kindig
Matt Kindig on 15 Mar 2012
For automation, it would be a lot easier if you can call the function from the command line, without having to do any of the mouse clicks (i.e., navigate to the directory and click the path confirmation). Do you have access to the source? Could you post it?
  2 Comments
John
John on 15 Mar 2012
Hello Matthew,
Thank your for your reply. I assume the only way of getting around the mouse clicks is to change the source code. I've contacted the software developer about where the code for this process is located. I'll re-post shortly.
Thank you
Regards
John
Matt Kindig
Matt Kindig on 15 Mar 2012
The other option you can do to replicate a mouse click involves the use of the java Robot class, but that way is a lot more complicated. It would be easier just to modify the source code. Let me know when you get any information from the software developer.
Regards,
Matt

Sign in to comment.


Sean de Wolski
Sean de Wolski on 15 Mar 2012

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!