MATLAB Coder 시작하기
MATLAB® Coder™는 데스크탑 시스템에서 임베디드 하드웨어에 이르기까지 다양한 하드웨어 플랫폼에 대해 MATLAB 코드에서 C 및 C++ 코드를 생성합니다. 또한 MATLAB 언어 대부분과 다양한 툴박스를 지원합니다. 생성 코드를 소스 코드, 정적 라이브러리 또는 동적 라이브러리로 프로젝트에 통합할 수 있습니다. 생성 코드는 읽기와 이식이 가능합니다. 이를 기존 C 및 C++ 코드와 라이브러리의 주요 부분과 결합할 수 있습니다. 생성 코드를 MATLAB에서 사용하기 위해 MEX 함수로 패키징할 수도 있습니다.
Embedded Coder®와 함께 사용할 경우 MATLAB Coder는 코드 사용자 지정, 타깃별 최적화, 코드 추적성 및 SIL(Software-in-the-Loop) 검증과 PIL(Processor-in-the-Loop) 검증을 제공합니다.
MATLAB 프로그램을 독립 실행형 애플리케이션으로 배포하려면 MATLAB Compiler™를 사용하십시오. 다른 프로그래밍 언어와 통합하기 위한 소프트웨어 컴포넌트를 생성하려면 MATLAB Compiler SDK™를 사용하십시오.
튜토리얼
- Generate C Code by Using the MATLAB Coder App
Use the MATLAB Coder app to generate C code from an example MATLAB function.
- Generate C Code at the Command Line
Use command line tools to generate C code from an example MATLAB function.
- Accelerate MATLAB Algorithm by Generating MEX Function
Use command line tools to generate a MEX function from an example MATLAB function.
코드 생성 빠른 시작
Code Generation Guide: Generate Deployable C/C++ Code
Prepare MATLAB code for code generation and generate C/C++ code.
MATLAB 알고리즘에서의 코드 생성 정보
- 코드 생성 워크플로
MATLAB 코드에서 C/C++ 코드를 생성합니다.
- Input Type Specification for Code Generation
How input type specification affects the generated C/C++ code.
- Differences in Appearance of Generated Code and MATLAB Code
How generated code appears different from MATLAB code due to optimizations made by the code generator.