how to pass arguments to matlab executables
이전 댓글 표시
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개)
mouneshwar
2020년 8월 14일
편집: mouneshwar
2020년 8월 14일
0 개 추천
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
Image Analyst
2020년 8월 14일
Yep, my answer will handle that possibility.
카테고리
도움말 센터 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!