MATLAB Function Reference |
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
:
rc = ddeunadv(channel, 'r1c1:r5c5') rc = 1.00
See Also
ddeadv
, ddeexec
, ddeinit
, ddepoke
, ddereq
, ddeterm
ddeterm | deal |