Main Content

Masked zero crossings

Diagnostic action to take when the software detects masked zero crossings

Model Configuration Pane: Diagnostics

Description

The Masked zero crossings configuration parameter specifies the diagnostic action for the software to take when zero crossings are being masked.

Dependencies

To enable this parameter, set the solver Type to Variable-step.

Settings

none (default) | warning | error
none

The software does not issue a diagnostic.

warning

The software issues a warning.

error

The software issues an error and terminates the simulation.

Programmatic Use

Parameter: MaskedZcDiagnostic
Type: string | character vector
Values: "none" | "warning" | "error"
Default: "none"

Version History

Introduced in R2010a

See Also