Can you run third party applications multiple times with MATLAB for analysis?

5 visualizaciones (últimos 30 días)
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.

Respuesta aceptada

Walter Roberson
Walter Roberson el 4 de Mzo. de 2021
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 comentarios
Walter Roberson
Walter Roberson el 8 de Mzo. de 2021
The company confirmed to me that there currently no external control available.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Application Deployment en Help Center y File Exchange.

Productos


Versión

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by