Return information on functions in shared library
libfunctions libname
m = libfunctions(libname)
m = libfunctions(libname,'-full')
libfunctions
displays
names of functions defined in library, libname
libname
.
If you called loadlibrary
using the alias
option,
then you must use the alias name for the libname
argument.
Use with libraries that are loaded using the loadlibrary
function.