RTW.TflCFunctionEntry - Create code replacement table entry for a function - MATLAB (original) (raw)
Main Content
Create code replacement table entry for a function
Syntax
Description
[obj](#d126e32205) = RTW.TflCFunctionEntry
creates a handle, _`obj`_
, to a code replacement table entry for a function. The entry maps a conceptual representation of a function to an implementation (replacement) representation.
Examples
This example shows how to create a code replacement table entry for a function, hEnt
.
hEnt = RTW.TflCFunctionEntry;
Output Arguments
The obj
is a handle to the created code replacement table entry for a function.
Version History
Introduced in R2007b