| MATLAB® |  |
Calling MATLAB® Software from C and Fortran
Programs
The MATLAB® engine library contains routines that allow
you to call MATLAB software from your own programs, thereby employing MATLAB as
a computation engine. Engine programs are C or Fortran programs that
communicate with a separate MATLAB process via pipes, on UNIX®[1]
systems, and through a Microsoft® Component Object Model
(COM) interface, on Microsoft Windows® systems. MATLAB provides a library
of functions that allows you to start and end the MATLAB process,
send data to and from MATLAB, and send commands to be processed
in MATLAB.
[1] UNIX is a registered trademark of The Open Group in the
United States and other countries.
 | Debugging Fortran Source MEX-Files | | Using the MATLAB® Engine to Call MATLAB® Software from
C and Fortran Programs |  |