| MATLAB Function Reference | Search  Help Desk |
| ddeunadv | Examples See Also |
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.
Arguments
Example
To release an advisory link established previously withddeadv:
rc = ddeunadv(channel, 'r1c1:r5c5')
rc =
1.00
See Also
ddeadv, ddeexec, ddeinit, ddepoke, ddereq, ddeterm