code generation

Feature for creating C code from a model. Some applications for code generation include:
  • Improving simulation performance: During the simulation process, even though the software compiles diagrams so that scheduling tables are precomputed, some overhead remains that can be eliminated by running the generated C code.
  • Hiding super block content: If you are authoring a super block and do not want to reveal its content, you can convert the super block into a basic block and then distribute a compiled version of the generated code.
  • Creating standalone applications including real-time applications.