Display shared library function signatures in window
libfunctionsview libname
example
libfunctionsview libname displays information about functions in library, libname, in a new window.
libname
collapse all
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
Use with libraries that are loaded using the loadlibrary function.
if not(libisloaded('libmx')) hfile = fullfile(matlabroot,'extern','include','matrix.h'); loadlibrary('libmx',hfile) end libfunctionsview libmx
MATLAB® creates a new window displaying function signatures.
calllib | libfunctions
calllib
libfunctions