Automatically launch a report if one is generated - Automatic open of code generation report - MATLAB (original) (raw)

Automatic open of code generation report

Description

App Configuration Pane: Debugging

Configuration Objects: coder.MexCodeConfig | coder.CodeConfig | coder.EmbeddedCodeConfig

Specify whether to automatically display reports after code generation completes.

Settings

Off

If errors or warnings occur, or if Always create a report is selected, the code generator produces a report, but does not open the report. This value is the default value.

On

The code generator produces and opens a code generation report.

Programmatic Use

**Property:**LaunchReport
Values: false |true
Default: false

Version History

Introduced in R2011a

See Also

coder.MexCodeConfig | coder.CodeConfig | coder.EmbeddedCodeConfig