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!