MATLAB Compiler    

Supported Executable Types

Wrapper functions create a link between the Compiler-generated code and a supported executable type by providing the required interface that allows the code to operate in the desired execution environment.

The wrapper functions differ depending on the execution environment, whereas the C and C++ header files and code that are generated by the Compiler are the same for MEX-functions, stand-alone applications, and libraries.

To provide the required interface, the wrapper

This section discusses the various wrappers that can be generated using the MATLAB Compiler.


  C++ Interface Functions Generating Files