23.12.2012 Views

MATLAB Function Reference Volume 1: A - E - Bad Request

MATLAB Function Reference Volume 1: A - E - Bad Request

MATLAB Function Reference Volume 1: A - E - Bad Request

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

ddeunadv<br />

2ddeunadv<br />

Purpose Release advisory link<br />

Syntax rc = ddeunadv(channel,'item')<br />

rc = ddeunadv(channel,'item',format)<br />

rc = ddeunadv(channel,'item',format,timeout)<br />

Description ddeunadv releases the advisory link between <strong>MATLAB</strong> and the server<br />

application established by an earlier ddeadv call. The channel, item, and<br />

format must be the same as those specified in the call to ddeadv that initiated<br />

the link. If you include the timeout argument but accept the default format,<br />

you must specify format as an empty matrix.<br />

Arguments<br />

2-404<br />

If successful, ddeunadv returns 1 in variable, rc. Otherwise it returns 0.<br />

channel Conversation channel from ddeinit.<br />

item String specifying the DDE item name for the advisory link.<br />

Changing the data identified by item at the server triggers the<br />

advisory link.<br />

format<br />

(optional)<br />

timeout<br />

(optional)<br />

Example To release an advisory link established previously with ddeadv:<br />

rc = ddeunadv(channel, 'r1c1:r5c5')<br />

rc =<br />

1.00<br />

Two-element array. This must be the same as the format<br />

argument for the corresponding ddeadv call.<br />

Scalar specifying the time-out limit for this operation. timeout<br />

is specified in milliseconds. (1000 milliseconds = 1 second). The<br />

default value of timeout is three seconds.<br />

See Also ddeadv, ddeexec, ddeinit, ddepoke, ddereq, ddeterm

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!