Control Matlab COM Automation Server instance from other Matlab instance
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
TZ
el 31 de Ag. de 2017
Comentada: mohit patil
el 21 de Mayo de 2020
Hello, I am wondering if it is possible to register one Matlab instance with the Automation Server, and then control this registered instance from a second Matlab instance. In the documentation there is only code for applications/languages, but not Matlab.
Best Regards,
Silvan
0 comentarios
Respuesta aceptada
Amit Doshi
el 7 de Sept. de 2017
Hello,
You can register one MATLAB instance and can create a COM server of it from another MATLAB instance.
To register MATLAB as an automation server, refer the below link:
Then, call it from other MATLAB instance:
a = actxserver('Matlab.Application')
4 comentarios
mohit patil
el 21 de Mayo de 2020
thank you got my thing working..
Also is there any other way to control multiple matlab instances(Slaves) from one instance(Master)?
As with COM server we can only control one matlab from other instances of matlab
Más respuestas (0)
Ver también
Categorías
Más información sobre Use COM Objects in MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!