how to pass arguments to matlab executables
Mostrar comentarios más antiguos
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 comentario
shaz
el 14 de Nov. de 2012
Respuesta aceptada
Más respuestas (1)
mouneshwar
el 14 de Ag. de 2020
Editada: mouneshwar
el 14 de Ag. de 2020
0 votos
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 comentario
Image Analyst
el 14 de Ag. de 2020
Yep, my answer will handle that possibility.
Categorías
Más información sobre MATLAB Compiler en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!