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