how to pass arguments to matlab executables
Show older comments
i have a exe name a1.exe
now i need to run this exe using a batch file(.bat file)
i need to pass some input arguments to this exe a1.exe
how can i do this
Accepted Answer
More Answers (1)
mouneshwar
on 14 Aug 2020
Edited: mouneshwar
on 14 Aug 2020
0 votes
cosinder a function "FileName" that moves all folder content from one folder to other folder.. after creating executable..we can run the command from command prompt as
FileName.exe "C:\SrcDir" "D:\DestDri"
1 Comment
Image Analyst
on 14 Aug 2020
Yep, my answer will handle that possibility.
Categories
Find more on MATLAB Compiler in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!