Deployment - MATLAB & Simulink (original) (raw)
Main Content
Using and running the generated C/C++ code
The code generator produces source code or binary file outputs according to your code generation settings. In either case, to create a functioning application, you must modify and use the generated code files. You must also use and call the generated function code from a C/C++ main file that handles input and output. Use the generated example main file as a basis for seeing how to use the generated C/C++ functions.
Categories
- Deployment Basics
Understand the basic workflows and requirements to deploy generated code - Source Code and Binary Deployment
Deploy generated source code and binaries to other environments - Custom Toolchain Registration
Register and use third-party software build toolchains to create executables and libraries