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.

  • Customize the C function prototypes or C++ class interfaces for model entry points.

  • Create a development-computer based shared library of algorithms for Windows®or UNIX®applications.

  • Export Simulink®functions for use in a test harness or a function-call driven application.

Deploy code to embedded systems with or without a real-time operating system (RTOS) in single-tasking, multitasking, or asynchronous mode.

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

Featured Examples