how to pass arguments to matlab executables
Ältere Kommentare anzeigen
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
1 Kommentar
shaz
am 14 Nov. 2012
Akzeptierte Antwort
Weitere Antworten (1)
mouneshwar
am 14 Aug. 2020
Bearbeitet: mouneshwar
am 14 Aug. 2020
0 Stimmen
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 Kommentar
Image Analyst
am 14 Aug. 2020
Yep, my answer will handle that possibility.
Kategorien
Mehr zu MATLAB Compiler finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!