이 페이지는 기계 번역을 사용하여 번역되었습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
함수 대체
함수에 대한 코드 대체 매핑 정의
코드 대체 툴 또는 프로그래밍 인터페이스를 사용하여 수학 연산, 메모리 또는 사용자 지정 함수에 대한 코드 대체 매핑을 정의합니다. 코드 일치 및 대체 프로세스를 사용자 지정합니다.
툴
함수
도움말 항목
- 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.