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

activexautomationconfigurationdcomMATLABremote

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.

Best Answer

In order to use DCOM, you must have MATLAB installed on both the client and server computers as discussed in:
To configure DCOM, you will need to use the dcomcnfg.exe tool. You can find specifc 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.