How do I pass arguments to my standalone executable created with MATLAB Compiler?
53 ビュー (過去 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 で Startup and Shutdown についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!