Main Content

Write Fortran Engine Applications

Engine applications are standalone programs that allow you to call MATLAB® from your own Fortran programs, using MATLAB as a computation engine. To build a Fortran engine application, you need:

To run the application, tell the operating system where the API shared libraries reside by setting the relevant environment variable.

On Windows, Register MATLAB as a COM Server.

For examples, see:

See Also

Related Topics