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?
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 File Operations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!