how to add multiple data files in .exe-file using system command?
显示 更早的评论
I got an filed called function.exe that I would like to run with Matlab. This file needs three data files to run the program: track.dat, grid.dat and info.dat. I know how to add a single data file using the matlab command system:
status=system(['function.exe<','track.dat'])
When i try the function below the response of matlab is "The system cannot find the file specified"
status=system(['function.exe<','track.dat','grid.dat','info.dat'])
Does someone know how to add multiple input files in an .exe-file?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Database Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!