소스 코드 및 이진 파일 배포
생성된 소스 코드 및 이진 파일을 다른 환경에 배포
이진 파일과 실행 파일은 앱 또는 명령줄에서 생성됩니다. 실행 파일이나 이진 파일을 애플리케이션에 포함시키기 위해 샘플 메인 함수를 사용하여 배포 가능한 코드를 생성합니다. 프로젝트에 정보를 제공하기 위해 다음 예와 같은 워크플로를 사용합니다.
함수
coder.ceval | Call C/C++ function from generated code |
coder.cinclude | Include header file in generated code |
packNGo | Package generated code in ZIP file for relocation |
객체
coder.HardwareImplementation | Hardware-specific configuration parameters for C/C++ code generation from MATLAB code |
coder.hardware | Create hardware board configuration object for C/C++ code generation from MATLAB code |
도움말 항목
워크플로의 예
- Use a Dynamic Library in a Microsoft Visual Studio Project
Integrate a C dynamic library (DLL) generated by MATLAB® Coder™ into a Microsoft® Visual Studio® project. - Use an Example C Main in an Application
Generate and modify an example main function that you use to build a C executable program. - Deploy Generated C Code to External Hardware: Raspberry Pi Examples
Generate and deploy C code to external hardware - Integrate Multiple Generated C++ Code Projects
Integrate the generated C++ code from two projects into a single larger project.
문제 해결
Troubleshoot Failures in Deployed Code
Generate code that includes run-time error detection.
빌드 중에 발생하는 오류의 일반적인 원인을 해결합니다.