| MATLAB® | ![]() |
m = libfunctions('libname')
m = libfunctions('libname', '-full')
libfunctions libname -full
m = libfunctions('libname') returns the names of all functions defined in the external shared library, libname, that has been loaded into the MATLAB software with the loadlibrary function. The return value, m, is a cell array of strings.
m = libfunctions('libname', '-full') returns a full description of the functions in the library, including function signatures. This includes duplicate function names with different signatures. The return value, m, is a cell array of strings.
libfunctions libname -full 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.
To list the functions in the MATLAB libmx library, see Viewing Functions in the Command Window.
loadlibrary, libfunctionsview, calllib, unloadlibrary
![]() | length (tscollection) | libfunctionsview | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |