Can you run third party applications multiple times with MATLAB for analysis?
조회 수: 9 (최근 30일)
이전 댓글 표시
Hi everyone,
I would like to know whether I can open a third party application using MATLAB and write a code so that the third party application opens a xlsx file, adds a value to a row using its algorithm and then save it in a folder. What I want to do is that the code in MATLAB runs this operation 100 times. Is this possible?
Thanks in advance.
댓글 수: 0
채택된 답변
Walter Roberson
2021년 3월 4일
Sometimes it is possible. It depends on the application, on whether it accepts command line arguments; and if you are using MS Windows, on whether it has an ActiveX control for it.
Similar things have been implemented for some applications, but the details vary a fair bit with the application.
댓글 수: 8
Walter Roberson
2021년 3월 8일
The company confirmed to me that there currently no external control available.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Type Identification에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!