Software-in-the-Loop Execution for MATLAB Function with Multiple Signatures
For MATLAB® function with multiple signatures, software-in-the-loop (SIL) enables you to verify the generated C/C++ code by using a SIL MEX file that supports multiple signatures. This feature enables you to generate one SIL MEX file for verification instead of generating separate SIL MEX files for each signature.
Generate Multisignature SIL MEX File for an Entry-Point Function
Generate Multisignature SIL MEX File for Multiple Entry-Point Functions
Example main file provides information about how to use entry-points in your application. Incorporate Generated Code Using an Example Main Function, helps to generate example main.c file.
Note
You can implement the multisignature PIL MEX for an entry-point function and multiple entry-point functions in the same way that the multisignature SIL MEX is implemented.
Limitations
The multisignature SIL MEX and PIL MEX generation does not have graphical user interface (GUI) support.