/DepSimModStandAppDocker

How to deploy a Simulink model as Standalone Applications into Docker Images

Primary LanguageC

How to deploy a Simulink model as Standalone Applications into Docker Images

The following repository is intended to document the procedure to deploy a Simulink model as a Standalone Application in a Docker container.

I. Components installation

  1. Deployment basic requirements. [Required]
  2. Install Matlab on Linux OS. [Required]

II. From compiler Matlab to Docker container

Note: It is recommended to perform this step before step III.

  1. Built a Basic function on Docker. [Optional: only for testing purposes]
  2. Built a Simulink Model on Docker. [Optional: only for testing purposes].
  3. Built a Simulink Model with S-Fuctions on Docker. [Optional: only for testing purposes]
  4. Built a more complex Simulink Model with S-Functions on Docker. [Required]

III. From compiler to Microservice

  1. Microservice of a Basic function. [Optional: only for testing purposes]
  2. Microservice of a basic Simulink Model. [Optional: only for testing purposes].
  3. Microservice of a Simulink Model with S-Fuctions. [Optional: only for testing purposes]
  4. Microservice of a more complex Simulink Model with S-Fuctions. [Required]

Add-on

  1. Calculation of model execution time

To-do