Main Content

Deployment

Deployment of executable programs and shared libraries

To test, refine, and deploy generated code according to your application needs, configure the model build to:

  • Generate an executable file for validation and testing.

  • Create static or dynamic library files for reusing or sharing algorithms.

  • Instrument the generated code for Simulink®or external tools to monitor and tune the running code.

Deploy algorithmic code in a Simulink block to verify code behavior and computational results, accelerate simulation of a model algorithm, reuse or share algorithms, or protect intellectual property.

Leverage algorithms in external MATLAB®, C/C++, or Fortran code, by integrating them as reusable components in the model.

Package generated model code for relocation to another build environment.

Categories