Seeking help to automate a simple process if possible
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
0 comentarios
Respuestas (2)
Matt Kindig
el 15 de Mzo. de 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 comentarios
Matt Kindig
el 15 de Mzo. de 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
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!