Main Content

Build Action

Defines how Simulink software responds when you press Ctrl+B to build model

Model Configuration Pane: Hardware Implementation / Hardware board settings / Target hardware resources / Build options

Description

Defines how Simulink® software responds when you press Ctrl+B to build your model.

Settings

Build, load, and run (default) | Build

Default: Build, load, and run

Build, load, and run

With this option, pressing Ctrl+B or clicking Deploy to Hardware:

  1. Generates code from the model.

  2. Compiles and links the code into an executable with libraries.

  3. Loads the executable on the Android® device.

  4. Runs the executable on the Android device.

Build

With this option, pressing Ctrl+B or clicking Deploy to Hardware:

  1. Generates code from the model.

  2. Compiles and links the code into an executable with libraries.

This option does not load and run the executable on the Android device.

Programmatic Use

No programmatic use is available.

Version History

Introduced in R2016b