Connect windows standalone aplication to command line

2 次查看(过去 30 天)
I created a matlab function which needs two variables a load directory and a save directory. With this function i created a windows standalone application with the MATLAB compiler.
I want to run my application in an excisting program in which i will select the data to load. I know the command line of this program is as follows:
program.bat -r /returndir /seriesdir -r0
I assume the returndirectory is my save directory and the seriesdirectory my load directory. My question is how do i start my matlab function and connect it to the command line above?
For example should i start my function like:
Fucntion [output] = MyProgram (returndir, seriesdir)
In othter words how do i connect the directories in my command line to the variables in my function? And is it possible to test this from the cmd prompt?

采纳的回答

Amit
Amit 2014-1-22

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 File Operations 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by