External Interfaces Reference |
Syntax
Description
channel = ddeinit('
returns a channel handle assigned to the conversation, which is used with other MATLAB DDE functions. service
','topic
')
'
service
'
is a string specifying the service or application name for the conversation. '
topic
'
is a string specifying the topic for the conversation.
Examples
To initiate a conversation with Excel for the spreadsheet 'stocks.xls'
:
See Also
ddeadv
, ddeexec
, ddepoke
, ddereq
, ddeterm
, ddeunadv
ddeexec | ddepoke |
© 1994-2005 The MathWorks, Inc.