| MATLAB Application Program Interface Reference | Help Desk |
ddeterm
Terminate DDE conversation between MATLAB and server applicationrc = ddeterm(channel)
rcThe return code: 0 indicates the function call failed, 1 indicates it succeeded.
channel
The channel assigned to the conversation, returned by 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);