Syntax
rc = ddeunadv(channel,'
item
')
rc = ddeunadv(channel,'item
',format)
rc = ddeunadv(channel,'item
',format,timeout)
Description
ddeunadv
releases the advisory link between MATLAB and the server application established by an earlier ddeadv
call. The channel
, item
, and format
must be the same as those specified in the call to ddeadv
that initiated the link. If you include the timeout
argument but accept the default format
, you must specify format
as an empty matrix.
If successful, ddeunadv
returns 1 in variable, rc
. Otherwise it returns 0.
Arguments
Example
To release an advisory link established previously with ddeadv
:
No comments:
Post a Comment