Main Content

이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.

가속화된 실행 파일 생성

컴파일된 코드 생성 및 기능

함수

fiaccelAccelerate fixed-point code or convert floating-point MATLAB code to fixed-point MATLAB code
coder.allowpcodeP 코드 파일로부터 코드 생성
coder.constFold expressions into constants in generated code
coder.extrinsic함수를 외재적 함수로 선언하고 MATLAB에서 실행
coder.inlineControl inlining of current function in generated code
coder.loadLoad compile-time constants from MAT-file or ASCII file
coder.newtypeCreate coder.Type object to represent type of an entry-point function input
coder.nullcopy코드 생성 시 초기화되지 않은 변수 선언
coder.resizecoder.Type 객체의 크기 변경
coder.targetDetermine if code generation target is specified target
coder.typeofCreate coder.Type object to represent the type of an entry-point function input
coder.unrollUnroll for-loop by making a copy of the loop body for each loop iteration
coder.varsizeDeclare variable-size data

클래스

coder.ArrayTypeRepresent set of MATLAB arrays acceptable for input specification
coder.ConstantSpecification of constant value for code generation
coder.EnumTypeRepresent set of MATLAB enumerations acceptable for input specification
coder.FiTypeRepresent set of MATLAB fixed-point arrays acceptable for input specification
coder.mexconfigCode acceleration configuration object for use with fiaccel
coder.PrimitiveTypeRepresent set of logical, numeric, or character arrays acceptable for input specification
coder.StructType입력 사양에 허용되는 MATLAB 구조체형 배열 집합 표현
coder.TypeRepresent set of MATLAB values acceptable for input specification

도움말 항목