Documentation
Unload shared C library from memory
unloadlibrary libname
example
unloadlibrary libname unloads library libname from memory.
libname
collapse all
Add the shrlib examples folder to the path.
shrlib
addpath(fullfile(matlabroot,'extern','examples','shrlib'))
Load the library, if it is not already loaded.
if ~libisloaded('shrlibsample') loadlibrary('shrlibsample') end
When finished, unload the library to free memory.
unloadlibrary shrlibsample
Name of shared library, specified as a character vector. Do not include the path or file extension in libname.
If you call loadlibrary using the alias option, then you must use the alias name for the libname argument.
loadlibrary
alias
Data Types: char
char
Use with libraries that are loaded using the loadlibrary function.
To unload a MEX file, use the clear function.
clear
clear | libisloaded | loadlibrary
libisloaded
A modified version of this example exists on your system. Do you want to open this version instead?
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office