Generate code only - Generation of only source code - MATLAB

Main Content

Generation of only source code

Description

Settings

Off

This value is the default value.

The code generator produces C/C++ source code and builds object code.

On

The code generator produces C/C++ source code, but does not invoke the make command or build object code. When you iterate between modifying MATLAB® code and generating C/C++ code, generating only code can save time.

Programmatic Use

Property: GenCodeOnly
Values: false | true
Default: false

Version History

Introduced in R2011a