Main Content

Invoke Library Functions

After loading a shared library into the MATLAB® workspace, use the calllib function to call functions in the library. The syntax for calllib is:

calllib('libname','funcname',arg1,...,argN)

Specify the library name, function name, and, if required, any arguments that get passed to the function.

Related Topics