Main Content

Quit (COM)

TerminateMATLABAutomation server

Synopsis

IDL Method Signature

无效退出(空白)

MicrosoftVisual BasicClient

Quit

MATLABClient

Quit(h)

Description

Quit(h)terminates the MATLAB®server session attached to handleh. The MATLAB object is active until all references have been released, such as when the variable in a function call goes out of scope, or by calling the MATLABclear hcommand.

The function name is case-sensitive.

To release the MATLAB object, type:

clear h

Version History

Introduced before R2006a