How to pass input argument to matlab standalone application(i.e. .exe) from C# ?
1 回表示 (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (1 件)
Steven Lord
2015 年 12 月 11 日
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.)
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler SDK についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!