コード置換ツールまたはプログラミング インターフェイスを使用して、数学関数、メモリ関数またはカスタム関数のコード置換マッピングを定義します。コードのマッチングと置換プロセスをカスタマイズします。
コード置換ツール | Create, modify, and validate content of code replacement libraries |
コード置換ビューアー | コード置換ライブラリの内容の調査 |
Math Function Code Replacement
Develop a code replacement library to replace math functions.
Memory Function Code Replacement
Define a code replacement mapping for a memory function.
Specify In-Place Code Replacement
In a code replacement, use a single buffer to store function input and output data.
Replace MATLAB Functions with Custom Code by Using the coder.replace Function
Replace a MATLAB function with a function in generated C or C++ code by using the
coder.replace
function.
Replace coder.ceval Calls to External Functions
Replace a function that you specify in a call to the coder.ceval
function.