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!