External Interfaces Reference |
Create window displaying information on functions in external library
Syntax
Description
libfunctionsview libname
displays the names of the functions in the external shared library, libname
, that has been loaded into MATLAB with the loadlibrary
function.
If you used an alias when initially loading the library, then you must use that alias for the libname
argument.
MATLAB creates a new window in response to the libfunctionsview
command. This window displays all of the functions defined in the specified library. For each of these functions, the following information is supplied:
An additional column entitled "Inherited From" is displayed at the far right of the window. The information in this column is not useful for external libraries.
libfunctionsview libname
is the command format for this function.
Examples
The following command opens the window shown below for the libmx
library:
See Also
loadlibrary
, libfunctions
, libpointer
, libstruct
, calllib
, libisloaded
, unloadlibrary
libfunctions | libisloaded |
© 1994-2005 The MathWorks, Inc.