External Interfaces Previous page   Next Page

Invoking Library Functions

Once a shared library has been loaded into MATLAB, use the calllib function to call any of the functions from that library. Specify the library name, function name, and any arguments that get passed to the function:

This example calls functions from the libmx library to test the value stored in y.


Previous page  Getting Information About the Library Passing Arguments Next page

© 1994-2005 The MathWorks, Inc.