Help CenterHelp Center
Determine if shared C library is loaded
tf = libisloaded(libname)
example
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
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
Vous possédez une version modifiée de cet exemple. Souhaitez-vous ouvrir cet exemple avec vos modifications ?
Vous avez cliqué sur un lien qui correspond à cette commande MATLAB :
Pour exécuter la commande, saisissez-la dans la fenêtre de commande de MATLAB. Les navigateurs web ne supportent pas les commandes MATLAB.
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:
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