Seeking help to automate a simple process if possible
이전 댓글 표시
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
답변 (2개)
Matt Kindig
2012년 3월 15일
0 개 추천
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
John
2012년 3월 15일
Matt Kindig
2012년 3월 15일
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
Sean de Wolski
2012년 3월 15일
0 개 추천
카테고리
도움말 센터 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!