源代码和二进制部署
将生成的源代码和二进制文件部署到其他环境中
二进制文件和可执行文件是从 App 或命令行创建的。生成具有示例主函数的可部署代码,以将可执行文件或二进制文件合并到您的应用程序中。使用这些示例工作流来通知您的工程。
函数
coder.ceval | 从生成的代码中调用 C/C++ 函数 |
coder.cinclude | 在生成的代码中包括头文件 |
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 |
主题
示例工作流
- 在 Microsoft Visual Studio 工程中使用动态库
将 MATLAB® Coder™ 生成的 C 动态库 (DLL) 集成到 Microsoft® Visual Studio® 工程中。 - 在应用程序中使用示例 C 主函数
生成并修改用于编译 C 可执行程序的示例主函数。 - 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.
解决在编译过程中出现错误的常见原因。