What are the steps to configure DCOM in order to start and run MATLAB as a server on a remote machine?

4 Ansichten (letzte 30 Tage)
What are the steps to configure DCOM in order to start and run MATLAB as a server on a remote machine?
I am trying to develop an application which requires the use of Matlab on another computer. I want to use DCOM programming for this.

Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 25 Okt. 2023
Bearbeitet: MathWorks Support Team am 29 Dez. 2023
In order to use DCOM, you must have MATLAB installed on both the client and server computers. For more information, you can run the following command in your MATLAB instance to access the documentation that discusses the same:
web(fullfile(docroot, 'matlab/matlab_external/using-matlab-application-as-a-dcom-server.html'))
To configure DCOM, you will need to use the dcomcnfg.exe tool. You can find specific information on configuring programs to use DCOM by doing a search for "DCOM" in the index page on MS Windows help. You can also consult information provided in the "Related Topics" section.
Please follow the below link to search for the required information regarding the latest release:

Weitere Antworten (0)

Kategorien

Mehr zu Use COM Objects in MATLAB finden Sie in Help Center und File Exchange

Produkte


Version

R13SP1

Community Treasure Hunt

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

Start Hunting!

Translated by