Can you run third party applications multiple times with MATLAB for analysis?
9 ビュー (過去 30 日間)
古いコメントを表示
Wolfgang McCormack
2021 年 3 月 4 日
コメント済み: Wolfgang McCormack
2021 年 3 月 9 日
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!