Main Content

이 페이지는 기계 번역을 사용하여 번역되었습니다. 영어 원문을 보려면 여기를 클릭하십시오.

성능

생성된 코드 성능 향상을 위한 지침

코드 생성에 사용할 MATLAB® 알고리즘을 설계할 경우 생성된 코드의 성능을 개선하려면 다음 지침을 따릅니다.

블록

MATLAB FunctionInclude MATLAB code in Simulink models

함수

coder.areUnboundedVariableSizedArraysSupportedCheck if current configuration settings allow unbounded variable-size arrays (R2024a 이후)
coder.inlineControl inlining of current function in generated code
coder.inlineCallInline called function in generated code (R2024a 이후)
coder.nonInlineCallPrevent inlining of called function in generated code (R2024a 이후)
coder.unrollUnroll for-loop by making a copy of the loop body for each loop iteration
coder.constFold expressions into constants in generated code

도움말 항목