How do I pass arguments to my standalone executable created with MATLAB Compiler?

7 visualizaciones (últimos 30 días)
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?

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 9 de Oct. de 2024
Editada: MathWorks Support Team el 9 de Oct. de 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. 

Más respuestas (1)

Antti
Antti el 26 de En. de 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.

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by