External Interfaces Reference Previous page   Next Page
unloadlibrary

Unload external library from memory

Syntax

Description

unloadlibrary('libname') unloads the functions defined in shared library shrlib from memory. If you need to use these functions again, you must first load them back into memory using loadlibrary.

unloadlibrary libname is the command format for this function.

If you used an alias when initially loading the library, then you must use that alias for the libname argument.

Examples

Load the MATLAB sample shared library, shrlibsample. Call one of its functions, and then unload the library:

See Also

loadlibrary, libisloaded, libfunctions, libfunctionsview, libpointer, libstruct, calllib


Previous page  loadlibrary C MAT-File Functions Next page

© 1994-2005 The MathWorks, Inc.