How do I pass arguments to my standalone executable created with MATLAB Compiler?
16 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 28 Sep. 2012
Bearbeitet: MathWorks Support Team
am 9 Okt. 2024
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?
Akzeptierte Antwort
MathWorks Support Team
am 9 Okt. 2024
Bearbeitet: MathWorks Support Team
am 9 Okt. 2024
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 Kommentare
Weitere Antworten (1)
Antti
am 26 Jan. 2018
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 Kommentare
Siehe auch
Kategorien
Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!