Main Content
<library>Terminate
Free all resources allocated by MATLAB Runtime instance associated with
library
Syntax
Description
frees all
resources allocated by the MATLAB® Runtime instance associated with the generated C/C++ shared library
library
Terminate()
. Call this
function in your C/C++ application after you finish calling the functions in
this generated library and before calling
library
mclTerminateApplication
.
Examples
Input Arguments
Version History
Introduced in R2015a