registerCFunctionEntry
Create function entry based on specified parameters and register in code replacement table
Description
provides a quick way to create and register a code
replacement function entry.entry
= registerCFunctionEntry(hTable
,priority
,numInputs
,functionName
,inputType
,implementationName
,outputType
,headerFile
,genCallback
,genFileName
)
This function can be used only if your function entry meets the following conditions:
The input arguments are of the same type.
The input argument names and the return argument name follow the default Simulink® naming convention:
For input argument names,
u1
,u2
, ...,u
n
For return argument,
y1
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2007b