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

3 views (last 30 days)
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.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 25 Oct 2023
Edited: MathWorks Support Team on 29 Dec 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:

More Answers (0)

Products


Release

R13SP1

Community Treasure Hunt

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

Start Hunting!