| MATLAB Application Program Interface | Search  Help Desk |
| ddeterm | Examples |
Terminate DDE conversation between MATLAB and server application
Syntax
rc = ddeterm(channel)
Arguments
rc
channel
ddeinit.
Description
ddeterm takes one argument, the channel handle returned by the previous call to ddeinit that established the DDE conversation.
Example
% Terminate the DDE conversation. rc = ddeterm(channel);