How do I pass arguments to my standalone executable created with MATLAB Compiler?
조회 수: 36 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2012년 9월 28일
편집: MathWorks Support Team
2024년 10월 9일
I want to pass input and output arguments to my standalone application when I execute it from the Windows Command Prompt. How can I achieve this?
채택된 답변
MathWorks Support Team
2024년 10월 9일
편집: MathWorks Support Team
2024년 10월 9일
For detailed instructions on how to pass arguments to a standalone executable created with MATLAB Compiler, please refer to the official MATLAB documentation:
Note that you cannot return values from your standalone application to the user.
댓글 수: 0
추가 답변 (1개)
Antti
2018년 1월 26일
Note that in R2017b (and possibly beyond) on Windows 10, no output is printed on the Windows command prompt unless you uncheck "Do not display the Windows command shell (console) for execution" under "Additional runtime settings" in the Application Compiler tool of MATLAB Compiler.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!