Generate code only - Generation of only source code - MATLAB (original) (raw)
Generation of only source code
Description
App Configuration Pane: Output
Configuration Objects: coder.MexCodeConfig | coder.CodeConfig | coder.EmbeddedCodeConfig
Generation of only source code.
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
See Also
coder.MexCodeConfig | coder.CodeConfig | coder.EmbeddedCodeConfig