Main Content

Compiler Setup

To prepare SimBiology® models for accelerated simulations, install and set up a compiler:

  1. Install a C compiler (if one is not already installed on your system). For a current list of supported compilers, see Supported and Compatible Compilers.

  2. Ensure that any user-defined functions in your model can be used for code generation from MATLAB®, so they can convert to compiled C. For more information, see Language, Function, and Object support for C and C++ code generation (MATLAB Coder) or contact MathWorks Technical Support.

Related Topics