Documentation

Code Replacement Customization

Create and maintain code replacement libraries

Customize how and when the code generator replaces C/C++ code that it generates by default for functions and operators by developing a custom code replacement library. You can develop libraries interactively with theCode Replacement Toolor programmatically.

  • Develop libraries tailored to specific application requirements.

  • Add identifiers to the list of reserved keywords that the code generator considers during code replacement.

  • Customize the code generator’s matching and replacement process for functions.

Related Information

Code Replacement(MATLAB Coder)

Featured Examples