Programming Previous page   Next Page

Calling External Functions

The MATLAB external interface offers a number of ways to run external functions from MATLAB. This includes programs written in C or Fortran, methods invoked on Java or COM (Component Object Model) objects, functions that interface with serial port hardware, and functions stored in shared libraries. The MATLAB External Interfaces documentation describes these various interfaces and how to call these external functions.


Previous page  Passing Arguments in Structures or Cell Arrays Running External Programs Next page

© 1994-2005 The MathWorks, Inc.