Code Replacement Tool
Create, modify, and validate content of code replacement libraries
Description
The Code Replacement Tool is a graphical interface that you can use to create and manage custom code replacement libraries. You can create, import, manipulate, and validate the code replacement tables in a library. The tool also generates the customization file to register a code replacement library with the code generator. If you specify a table name when you open the tool, the tool displays only the contents of that table.
The tool display consists of three panes that show table and table entry information:
Left pane lists code replacement tables or libraries.
Middle pane displays the available content of the table or library you select in the left pane. For example, if you select a table in the left pane, the table entries will be listed in the middle pane.
Right pane displays information about the item selected in the left or middle pane. If you select a table, the right pane shows table properties: the table name, which you can modify, the table version, and the total number of entries in the table. If you select a table entry, the right pane shows mapping and build information for that entry.
Open the Code Replacement Tool
At the command prompt, type crtool. To view an existing code
replacement table, specify that table as the argument to crtool. For
example, if your code replacement table is called
my_code_replacement_table, call
crtool("my_code_replacement_table.m").
Examples
Related Examples
Parameters
Programmatic Use
Version History
Introduced in R2014b
