| MATLAB Function Reference | Search  Help Desk |
| ddeunadv | Examples See Also |
rc = ddeunadv(channel,'item') rc = ddeunadv(channel,'item',format) rc = ddeunadv(channel,'item',format,timeout)
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.
ddeadv:
rc = ddeadv(channel, 'r1c1:r5c5')
rc =
1.00
ddeadv Set up advisory link
ddeexec Send string for execution
ddeinit Initiate DDE conversation
ddepoke Send data to application
ddereq Request data from application
ddeterm Release advisory link