이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
C 코드 생성
MATLAB Coder™ 및 Simulink Coder 제품을 사용하여 DSP System Toolbox™의 신호 처리 알고리즘에서 C 및 C++ 코드를 생성합니다. 생성된 코드를 소스 코드, 정적 라이브러리, 동적 라이브러리 또는 독립형 실행 파일로 프로젝트에 통합할 수 있습니다. 자세한 내용은 Understanding C Code Generation in DSP System Toolbox 항목을 참조하십시오. C/C++ 코드 생성을 지원하는 함수 및 블록 목록은 각각 Functions and System Objects in DSP System Toolbox that Support C Code Generation 항목과 Simulink Blocks in DSP System Toolbox that Support C Code Generation 항목을 참조하십시오.
또한 Embedded Coder® 제품을 사용하여 ARM® Cortex®-M 프로세서와 ARM Cortex-A 프로세서에 최적화된 코드를 생성할 수도 있습니다. 자세한 내용은 ARM Cortex-M 프로세서와 ARM Cortex-A 프로세서에 대한 코드 생성 항목을 참조하십시오. 코드를 생성하고 나면 MATLAB 및 Simulink 제품이 설치되지 않은 다른 개발 환경으로 코드를 이전할 수 있습니다. 예제는 Relocate Code Generated from MATLAB Code to Another Development Environment 및 Relocate Code Generated from a Simulink Model to Another Development Environment 항목을 참조하십시오.
함수
codegen | Generate C/C++ code from MATLAB code |
도움말 항목
- Understanding C Code Generation in DSP System Toolbox
Generate C code from DSP System Toolbox signal processing algorithms using MATLAB Coder and Simulink Coder.
- Functions and System Objects in DSP System Toolbox that Support C Code Generation
Find the functions and System objects that support C/C++ code generation in DSP System Toolbox using the filtered view of the generated list.
- Simulink Blocks in DSP System Toolbox that Support C Code Generation
Find the blocks that support C/C++ code generation in DSP System Toolbox using the filtered view of the generated list.
- C/C++ 코드 생성에 지원되는 MATLAB 언어 기능 (MATLAB Coder)
코드 생성에 지원되는 MATLAB 언어 기능과 함수를 사용합니다.
- System Objects in MATLAB Code Generation (MATLAB Coder)
Special considerations for using System objects in code generated from MATLAB.
- Generate C Code from MATLAB Code
Prepare MATLAB code for code generation and generate C-MEX code and a C executable.
- Relocate Code Generated from MATLAB Code to Another Development Environment
Generate an executable from MATLAB algorithm. Package the executable to run on an external environment.
- Simulink 모델에서 C 코드 생성하기
실행 파일을 빌드하고 MATLAB 내에서 실행 파일을 실행합니다.
- Relocate Code Generated from a Simulink Model to Another Development Environment
Generate an executable from Simulink model and package the executable to run on an external environment.
- In-Place Memory Optimization
Optimize the memory usage of generated code through the technique of in-place memory optimization.
- Plot Array on Android Device
Array Plot with Android Devices.
- How To Run a Generated Executable Outside MATLAB
Commands to set the system environment for generating executables that require prebuilt dll files.
- Use Generated Code to Accelerate an Application Deployed with MATLAB Compiler
Use MATLAB Coder to accelerate an algorithm and MATLAB Compiler™ to deploy the application.