libfunctions
Return information on functions in shared C library
Description
Note
The recommended way to call functions in C and C++ libraries is to create a MATLAB® interface to the library. For more information, see Call C/C++ from MATLAB. (since R2022a)
libfunctions
displays names of functions defined in C library
libnamelibname. If you called
loadlibrary using the
alias option, then you must use
the alias name for the
libname argument.
Examples
Input Arguments
Output Arguments
Limitations
Use with libraries that are loaded using the
loadlibraryfunction.
Version History
Introduced before R2006a