launching new instances of MATLAB with COM objects

5 visualizaciones (últimos 30 días)
ES
ES el 14 de Oct. de 2019
Hello all,
I am trying to launch MATLAB application using a python script (for some automation).
I use Python 2.7, MATLAB R2016B
# Python code
from win32com.client import constants, Dispatch
oMatlabObj = Dispatch("matlab.application.9.1")
It opens MATLAB and performs the automation I expect well.
But, while this automation is running, I intend to open another MATLAB instance via COM and do some other stuff.
I try to run an other python script with the above lines. But it doesn't open a new matlab instance. Instead works on the old matlab instance.
How do i force COM to open a new MATLAB instance?

Respuestas (0)

Categorías

Más información sobre Call Python from MATLAB en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by