How to create a deployed MATLAB application providing a COM interface?

1 Ansicht (letzte 30 Tage)
André
André am 24 Jan. 2018
Beantwortet: Soumya Saxena am 2 Feb. 2018
Hi everyone. I would like to create to deployed MATLAB application using MATLAB Compiler. This application should provide (on Windows systems) a COM/DCOM interface. So the application should register the COM server using a ProId like "MyApp.Application". Other application can connect to this COM interface and call methods that then call functions of my deployed application. Does anyone know how to implement this? Thanks.

Antworten (1)

Soumya Saxena
Soumya Saxena am 2 Feb. 2018
If you are not using MATLAB Runtime and are instead using installed MATLAB , then you need to use MATLAB engine:
If you want to create a COM application which uses compiled MATLAB functions, please refer to the following link:

Kategorien

Mehr zu Application Deployment finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by