Deployment Basics

Understand the basic workflows and requirements to deploy generated code

Functions

coder.cevalCall external C/C++ function
coder.cincludeInclude header file in generated code
packNGoPackage generated code in ZIP file for relocation

Objects

coder.HardwareImplementationHardware-specific configuration parameters for C/C++ code generation from MATLAB code
coder.hardwareCreate hardware board configuration object for C/C++ code generation from MATLAB code

Topics

Deployment Basics

Deploy Generated Code

Fundamental considerations for creating working binaries from generated code.

Generating Standalone C/C++ Executables from MATLAB Code

Generate C/C++ executables at the command line or in the MATLAB® Coder™ app.

Example Main

Incorporate Generated Code Using an Example Main Function

MATLAB Coder generates an example main function that helps you to incorporate generated C code into your application.

Structure of Generated Example C/C++ Main Function

Examine the parts of a generated example main function so that you can modify an example main for your application.

Using Generated Code

Use Generated Initialize and Terminate Functions

Use supporting functions to perform initialization and cleanup operations.

Use C Arrays in the Generated Function Interfaces

Understand and use arrays from the generated function interfaces

Use Dynamically Allocated C++ Arrays in the Generated Function Interfaces

Understand and use dynamically allocated arrays from the generated C++ function interfaces.

Package Code for Other Development Environments

Package generated files into a compressed file that you can relocate and unpack with a standard zip utility.

Featured Examples