External Interfaces Reference Previous page   Next Page
enableservice

Enable DDE or Automation server

Syntax

Description

enableservice('service',status) enables the specified service, where service can be one of the following:

Note that you cannot disable either service once it is disabled. Therefore, the only allowed value for status is true.

Remarks

You can use the outgoing MATLAB DDE commands (ddeinit, ddeterm, ddeexec, ddereq, ddeadv, ddeunadv, ddepoke) without starting the DDE server.

Examples

Enable the Automation server in the current MATLAB session:


Previous page  COM Server Functions Execute Next page

© 1994-2005 The MathWorks, Inc.