Package: RTW
Create code replacement table
obj = RTW.TflTable
example
obj = RTW.TflTable creates a handle, obj, to a code replacement table.
obj
collapse all
This example shows how to create a code replacement table object, hTable.
hTable
hTable = RTW.TflTable;
The obj is a handle to the created code replacement table.