Effacer les filtres
Effacer les filtres

How to pass input argument to matlab standalone application(i.e. .exe) from C# ?

3 vues (au cours des 30 derniers jours)
Prashant Birajdar
Prashant Birajdar le 11 Déc 2015
Hello sir, I have one matlab standalone application with some input parameter, I want to pass input to this application from C#. Please suggest proper method for this.

Réponses (1)

Steven Lord
Steven Lord le 11 Déc 2015
There's a relevant section in the documentation for MATLAB Compiler.
Note that as it states near the end of that page, the inputs will be passed into the application as strings; you may need to perform conversion (inside an "if isdeployed" block, perhaps.)

Catégories

En savoir plus sur Manage Products dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by