MATLAB 클래스
값 클래스, 핸들 클래스, System object를 포함하여 MATLAB 클래스에 대한 코드를 생성할 수 있습니다. 생성된 C 코드에서 MATLAB 클래스는 구조체로 표현됩니다. C++ 코드를 생성하는 경우 코드 생성기의 디폴트 동작은 MATLAB 클래스에 대해 C++ 클래스를 생성하는 것입니다. 코드 생성을 위한 MATLAB 코드에 클래스를 사용하는 경우 특정 사용법 관련 참고 및 제한 사항을 알고 있어야 합니다.
클래스
coder.ClassType | 입력 사양에 허용되는 MATLAB 클래스 집합 표현 |
도움말 항목
코드 생성 기본 사항
- MATLAB 값 클래스에 대한 코드 생성하기
코드 생성을 위한 MATLAB 코드에 값 클래스를 사용합니다. - MATLAB 핸들 클래스 및 System object에 대한 코드 생성하기
코드 생성을 위한 MATLAB 코드에 System object™를 사용합니다. - Generate C++ Classes for MATLAB Classes
Generate a C++ class for a value class, handle class, or System object in your MATLAB code.
입력 사양
- Specify Objects as Inputs at the Command Line
Specify that an entry-point input is an object of a value class by using thecodegen
-args
option. - Specify Objects as Inputs in the MATLAB Coder App
Define the type of a value class input from a test file or an example input.
사용법 관련 참고 및 제한 사항
- MATLAB Classes Definition for Code Generation
Use classes in MATLAB code intended for code generation. - 코드 생성을 지원하는 클래스
MATLAB 값 클래스, 핸들 클래스, 사용자 정의 System object에 대한 코드를 생성합니다. - System Objects in MATLAB Code Generation
Special considerations for using System objects in code generated from MATLAB. - Code Generation for Handle Class Destructors
Use a handle class destructor in MATLAB code intended for code generation.
문제 해결
Handle Object Limitations for Code Generation
Adhere to code generation restrictions for handle objects.
Troubleshoot issues with assignment of a property of a handle class.
Passing By Reference Not Supported for Some Properties
You cannot use certain properties with coder.ref
,
coder.rref
, or coder.wref
.
Resolve Error: Code Generator Failed to Produce C++ Destructor for MATLAB Class
Troubleshoot generation of standalone code for C++ destructor of a MATLAB class.
Work Around Language Limitation: Code Generation Does Not Support Object Arrays
Troubleshoot code generation failure for arrays of objects in your MATLAB code.