libfunctions - Return information on functions in shared library

Syntax

m = libfunctions('libname')
m = libfunctions('libname', '-full')
libfunctions libname -full

Description

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.

Examples

To list the functions in the MATLAB libmx library, see Viewing Functions in the Command Window.

See Also

loadlibrary, libfunctionsview, calllib, unloadlibrary

  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS