Getting Started

To build a C engine application, you need:

  • The ability to write C or Fortran source code. You can create these files with the MATLAB® Editor.

  • A compiler supported by MATLAB. For an up-to-date list of supported compilers, see Supported and Compatible Compilers.

  • C Matrix API or Fortran Matrix API functions. However, the mxGetProperty and mxSetProperty functions are not supported for standalone applications.

  • C and Fortran Engine Library functions.

  • The mex build script with the -client engine option.

  • To use your own build tools, see Build Engine Applications with IDE.

To run the application:

See Also