Main Content

RTW.TflCOperationEntry

Create code replacement table entry for an operator

Description

example

obj = RTW.TflCOperationEntry creates a handle, obj, to a code replacement table entry for an operator. The entry maps a conceptual representation of an operator to an implementation (replacement) representation.

Examples

collapse all

This example shows how to create a code replacement table entry for an operator, hEnt.

hEnt = RTW.TflCOperationEntry;

Output Arguments

collapse all

The obj is a handle to the created code replacement table entry for an operator.

Version History

Introduced in R2007b