Help Center
Determine if shared C library is loaded
tf = libisloaded(libname)
tf = libisloaded(libname) returns logical 1 (true) if the shared C library libname is loaded. Otherwise, it returns logical 0 (false).
libname
1
true
0
false
example
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
Introduced before R2006a
loadlibrary | unloadlibrary
unloadlibrary
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.
Select a Web Site
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
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
Europe
Asia Pacific
Contact your local office